Searched refs:bit_wait_io (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/ |
D | wait.h | 964 extern int bit_wait_io(struct wait_bit_key *, int); 1016 bit_wait_io, in wait_on_bit_io() 1122 return out_of_line_wait_on_bit_lock(word, bit, bit_wait_io, mode); in wait_on_bit_lock_io()
|
/linux-4.4.14/kernel/sched/ |
D | wait.c | 593 __sched int bit_wait_io(struct wait_bit_key *word, int mode) in bit_wait_io() function 600 EXPORT_SYMBOL(bit_wait_io);
|
/linux-4.4.14/mm/ |
D | filemap.c | 751 __wait_on_bit(page_waitqueue(page), &wait, bit_wait_io, in wait_on_page_bit() 764 bit_wait_io, TASK_KILLABLE); in wait_on_page_bit_killable() 878 __wait_on_bit_lock(page_waitqueue(page), &wait, bit_wait_io, in __lock_page() 888 bit_wait_io, TASK_KILLABLE); in __lock_page_killable()
|