Searched refs:bit_wait_io (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dwait_bit.h50 extern int bit_wait_io(struct wait_bit_key *key, int mode);
102 bit_wait_io,
208 return out_of_line_wait_on_bit_lock(word, bit, bit_wait_io, mode);
/linux-master/kernel/sched/
H A Dwait_bit.c207 __sched int bit_wait_io(struct wait_bit_key *word, int mode) function
215 EXPORT_SYMBOL(bit_wait_io); variable

Completed in 207 milliseconds