Searched refs:__wait_on_bit_lock (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/kernel/ |
D | wait.c | 220 __wait_on_bit_lock(wait_queue_head_t *wq, struct wait_bit_queue *q, in __wait_on_bit_lock() function 238 EXPORT_SYMBOL(__wait_on_bit_lock); 246 return __wait_on_bit_lock(wq, &wait, action, mode); in out_of_line_wait_on_bit_lock()
|
/linux-3.4.99/include/linux/ |
D | wait.h | 163 int __wait_on_bit_lock(wait_queue_head_t *, struct wait_bit_queue *, int (*)(void *), unsigned);
|
/linux-3.4.99/mm/ |
D | filemap.c | 623 __wait_on_bit_lock(page_waitqueue(page), &wait, sleep_on_page, in __lock_page() 632 return __wait_on_bit_lock(page_waitqueue(page), &wait, in __lock_page_killable()
|