Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/sched/
Dwait_bit.c23 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()
171 struct wait_bit_key *key = arg; in var_wake_function()
235 __sched int bit_wait(struct wait_bit_key *word, int mode) in bit_wait()
245 __sched int bit_wait_io(struct wait_bit_key *word, int mode) in bit_wait_io()
255 __sched int bit_wait_timeout(struct wait_bit_key *word, int mode) in bit_wait_timeout()
/linux-6.14.4/include/linux/
Dwait_bit.h10 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);
/linux-6.14.4/net/sunrpc/
Dsched.c277 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.14.4/fs/nfs/
Dinternal.h454 extern int nfs_wait_bit_killable(struct wait_bit_key *key, int mode);
Dinode.c75 int nfs_wait_bit_killable(struct wait_bit_key *key, int mode) in nfs_wait_bit_killable()
/linux-6.14.4/fs/smb/client/
Dinode.c2652 cifs_wait_bit_killable(struct wait_bit_key *key, int mode)