Searched refs:__wait_on_bit_lock (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/kernel/sched/ |
D | wait.c | 425 __wait_on_bit_lock(wait_queue_head_t *wq, struct wait_bit_queue *q, in __wait_on_bit_lock() function 443 EXPORT_SYMBOL(__wait_on_bit_lock); 451 return __wait_on_bit_lock(wq, &wait, action, mode); in out_of_line_wait_on_bit_lock()
|
/linux-4.4.14/include/linux/ |
D | wait.h | 156 int __wait_on_bit_lock(wait_queue_head_t *, struct wait_bit_queue *, wait_bit_action_f *, unsigned);
|
/linux-4.4.14/mm/ |
D | filemap.c | 878 __wait_on_bit_lock(page_waitqueue(page), &wait, bit_wait_io, in __lock_page() 887 return __wait_on_bit_lock(page_waitqueue(page), &wait, in __lock_page_killable()
|