Searched refs:afs_process_async_call (Results 1 – 1 of 1) sorted by relevance
24 static void afs_process_async_call(struct work_struct *);152 INIT_WORK(&call->async_work, type->async_rx ?: afs_process_async_call); in afs_alloc_call()695 static void afs_process_async_call(struct work_struct *work) in afs_process_async_call() function