Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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()
/openbmc/linux/kernel/sched/
H A Dwait_bit.c197 __sched int bit_wait(struct wait_bit_key *word, int mode) in bit_wait() function
205 EXPORT_SYMBOL(bit_wait);
/openbmc/linux/fs/
H A Dinode.c515 __wait_on_bit(wqh, &wq, bit_wait, TASK_UNINTERRUPTIBLE); in inode_wait_for_lru_isolating()
H A Dfs-writeback.c1494 __wait_on_bit(wqh, &wq, bit_wait, in __inode_wait_for_writeback()