Searched refs:wait_bit_key (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/include/linux/ |
D | wait_bit.h | 10 struct wait_bit_key { struct 17 struct wait_bit_key key; argument 24 typedef int wait_bit_action_f(struct wait_bit_key *key, int mode); 49 extern int bit_wait(struct wait_bit_key *key, int mode); 50 extern int bit_wait_io(struct wait_bit_key *key, int mode); 51 extern int bit_wait_timeout(struct wait_bit_key *key, int mode); 52 extern int bit_wait_io_timeout(struct wait_bit_key *key, int mode);
|
/linux-6.6.21/kernel/sched/ |
D | wait_bit.c | 23 struct wait_bit_key *key = arg; in wake_bit_function() 123 struct wait_bit_key key = __WAIT_BIT_KEY_INITIALIZER(word, bit); in __wake_up_bit() 163 struct wait_bit_key *key = arg; in var_wake_function() 197 __sched int bit_wait(struct wait_bit_key *word, int mode) in bit_wait() 207 __sched int bit_wait_io(struct wait_bit_key *word, int mode) in bit_wait_io() 217 __sched int bit_wait_timeout(struct wait_bit_key *word, int mode) in bit_wait_timeout() 231 __sched int bit_wait_io_timeout(struct wait_bit_key *word, int mode) in bit_wait_io_timeout()
|
/linux-6.6.21/net/sunrpc/ |
D | sched.c | 277 static int rpc_wait_bit_killable(struct wait_bit_key *key, int mode) in rpc_wait_bit_killable() 321 struct wait_bit_key k = __WAIT_BIT_KEY_INITIALIZER(m, RPC_TASK_ACTIVE); in rpc_complete_task()
|
/linux-6.6.21/fs/nfs/ |
D | internal.h | 443 extern int nfs_wait_bit_killable(struct wait_bit_key *key, int mode);
|
D | inode.c | 75 int nfs_wait_bit_killable(struct wait_bit_key *key, int mode) in nfs_wait_bit_killable()
|
/linux-6.6.21/fs/smb/client/ |
D | inode.c | 2483 cifs_wait_bit_killable(struct wait_bit_key *key, int mode)
|