Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dwait_bit.h49 extern int bit_wait(struct wait_bit_key *key, int mode);
78 bit_wait, in wait_on_bit()
194 return out_of_line_wait_on_bit_lock(word, bit, bit_wait, mode); in wait_on_bit_lock()
/linux-6.15/kernel/sched/
H A Dwait_bit.c235 __sched int bit_wait(struct wait_bit_key *word, int mode) in bit_wait() function
243 EXPORT_SYMBOL(bit_wait);