Searched refs:bit_wait_io (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/ |
D | wait.h | 951 extern int bit_wait_io(struct wait_bit_key *); 1003 bit_wait_io, in wait_on_bit_io() 1107 return out_of_line_wait_on_bit_lock(word, bit, bit_wait_io, mode); in wait_on_bit_lock_io()
|
/linux-4.1.27/kernel/sched/ |
D | wait.c | 593 __sched int bit_wait_io(struct wait_bit_key *word) in bit_wait_io() function 600 EXPORT_SYMBOL(bit_wait_io);
|
/linux-4.1.27/mm/ |
D | filemap.c | 684 __wait_on_bit(page_waitqueue(page), &wait, bit_wait_io, in wait_on_page_bit() 697 bit_wait_io, TASK_KILLABLE); in wait_on_page_bit_killable() 811 __wait_on_bit_lock(page_waitqueue(page), &wait, bit_wait_io, in __lock_page() 821 bit_wait_io, TASK_KILLABLE); in __lock_page_killable()
|