Home
last modified time | relevance | path

Searched refs:bit_wait_io (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dwait.h964 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/
Dwait.c593 __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/
Dfilemap.c751 __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()