Home
last modified time | relevance | path

Searched refs:bit_wait (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/linux/
Dwait_bit.h49 extern int bit_wait(struct wait_bit_key *key, int mode);
77 bit_wait, in wait_on_bit()
184 return out_of_line_wait_on_bit_lock(word, bit, bit_wait, mode); in wait_on_bit_lock()
/linux-6.6.21/kernel/sched/
Dwait_bit.c197 __sched int bit_wait(struct wait_bit_key *word, int mode) in bit_wait() function
205 EXPORT_SYMBOL(bit_wait);
/linux-6.6.21/fs/
Dfs-writeback.c1494 __wait_on_bit(wqh, &wq, bit_wait, in __inode_wait_for_writeback()