Home
last modified time | relevance | path

Searched refs:afs_process_async_call (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/afs/
Drxrpc.c25 static void afs_process_async_call(struct work_struct *);
143 INIT_WORK(&call->async_work, afs_process_async_call); in afs_alloc_call()
685 static void afs_process_async_call(struct work_struct *work) in afs_process_async_call() function