Home
last modified time | relevance | path

Searched refs:wait_on_bit_lock (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dwait_bit.h160 * wait_on_bit_lock - wait for a bit to be cleared, when wanting to set it
171 * One uses wait_on_bit_lock() where one is waiting for the bit to
179 wait_on_bit_lock(unsigned long *word, int bit, unsigned mode) in wait_on_bit_lock() function
/kernel/linux/linux-6.6/include/linux/
H A Dwait_bit.h160 * wait_on_bit_lock - wait for a bit to be cleared, when wanting to set it
171 * One uses wait_on_bit_lock() where one is waiting for the bit to
179 wait_on_bit_lock(unsigned long *word, int bit, unsigned mode) in wait_on_bit_lock() function
/kernel/linux/linux-6.6/net/sunrpc/
H A Dsysfs.c248 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) { in rpc_sysfs_xprt_dstaddr_store()
311 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) { in rpc_sysfs_xprt_state_change()
H A Dxprt.c2113 wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_UNINTERRUPTIBLE); in xprt_destroy()
H A Dclnt.c3192 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) { in rpc_xprt_offline()
H A Dxprtsock.c2676 if (wait_on_bit_lock(&lower_xprt->state, XPRT_LOCKED, TASK_KILLABLE)) in xs_tcp_tls_setup_socket()
/kernel/linux/linux-5.10/fs/fscache/
H A Dcookie.c350 wait_on_bit_lock(&cookie->flags, FSCACHE_COOKIE_ENABLEMENT_LOCK, in __fscache_enable_cookie()
716 wait_on_bit_lock(&cookie->flags, FSCACHE_COOKIE_ENABLEMENT_LOCK, in __fscache_disable_cookie()
/kernel/linux/linux-5.10/fs/erofs/
H A Dzmap.c48 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_Z_BIT, TASK_KILLABLE)) in z_erofs_fill_inode_lazy()
H A Dxattr.c60 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_XATTR_BIT, TASK_KILLABLE)) in init_inode_xattrs()
/kernel/linux/linux-6.6/fs/erofs/
H A Dxattr.c47 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_XATTR_BIT, TASK_KILLABLE)) in erofs_init_inode_xattrs()
H A Dzmap.c595 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_Z_BIT, TASK_KILLABLE)) in z_erofs_fill_inode_lazy()
/kernel/linux/linux-5.10/net/sunrpc/
H A Dxprtsock.c2002 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) in xs_enable_swap()
2024 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) in xs_disable_swap()
H A Dxprt.c2030 wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_UNINTERRUPTIBLE); in xprt_destroy()
/kernel/linux/linux-5.10/fs/nfs/
H A Dpagelist.c263 return wait_on_bit_lock(&req->wb_flags, PG_HEADLOCK, in nfs_page_set_headlock()
/kernel/linux/linux-6.6/fs/nfs/
H A Dpagelist.c302 return wait_on_bit_lock(&req->wb_flags, PG_HEADLOCK, in nfs_page_set_headlock()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4recover.c1876 wait_on_bit_lock(&clp->cl_flags, NFSD4_CLIENT_UPCALL_LOCK, in nfsd4_cltrack_upcall_lock()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4recover.c1876 wait_on_bit_lock(&clp->cl_flags, NFSD4_CLIENT_UPCALL_LOCK, in nfsd4_cltrack_upcall_lock()

Completed in 37 milliseconds