Searched refs:wait_on_bit_lock (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/fs/fscache/ |
H A D | cookie.c | 162 wait_on_bit_lock(&cookie->flags, FSCACHE_COOKIE_ENABLEMENT_LOCK, __fscache_enable_cookie() 526 wait_on_bit_lock(&cookie->flags, FSCACHE_COOKIE_ENABLEMENT_LOCK, __fscache_disable_cookie()
|
/linux-4.1.27/fs/nfs/ |
H A D | pagelist.c | 161 * result from wait_on_bit_lock 164 * lock bit (see fs/buffer.c and other uses of wait_on_bit_lock 178 return wait_on_bit_lock(&head->wb_flags, PG_HEADLOCK, nfs_page_group_lock()
|
/linux-4.1.27/include/linux/ |
H A D | wait.h | 1059 * wait_on_bit_lock - wait for a bit to be cleared, when wanting to set it 1070 * One uses wait_on_bit_lock() where one is waiting for the bit to 1078 wait_on_bit_lock(void *word, int bit, unsigned mode) wait_on_bit_lock() function
|
/linux-4.1.27/fs/nfsd/ |
H A D | nfs4recover.c | 1270 wait_on_bit_lock(&clp->cl_flags, NFSD4_CLIENT_UPCALL_LOCK, nfsd4_cltrack_upcall_lock()
|
/linux-4.1.27/net/sunrpc/ |
H A D | xprt.c | 1396 wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_UNINTERRUPTIBLE); xprt_destroy()
|
Completed in 598 milliseconds