Home
last modified time | relevance | path

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

/openbmc/linux/fs/afs/
H A Drxrpc.c23 static void afs_process_async_call(struct work_struct *);
151 INIT_WORK(&call->async_work, afs_process_async_call); in afs_alloc_call()
693 static void afs_process_async_call(struct work_struct *work) in afs_process_async_call() function