Searched refs:afs_async_calls (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/afs/
H A Dmain.c180 afs_async_calls = alloc_workqueue("kafsd", WQ_MEM_RECLAIM, 0);
181 if (!afs_async_calls)
211 destroy_workqueue(afs_async_calls);
236 destroy_workqueue(afs_async_calls);
H A Drxrpc.c19 struct workqueue_struct *afs_async_calls; variable in typeref:struct:workqueue_struct
113 flush_workqueue(afs_async_calls);
126 flush_workqueue(afs_async_calls);
418 * The call, however, might be queued on afs_async_calls and we need to
659 if (!queue_work(afs_async_calls, &call->async_work))
H A Dinternal.h1329 extern struct workqueue_struct *afs_async_calls;

Completed in 136 milliseconds