Searched refs:wait_on_page_bit_common (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | filemap.c | 1278 static inline __sched int wait_on_page_bit_common(wait_queue_head_t *q, in wait_on_page_bit_common() function 1420 wait_on_page_bit_common(q, page, bit_nr, TASK_UNINTERRUPTIBLE, SHARED); in wait_on_page_bit() 1427 return wait_on_page_bit_common(q, page, bit_nr, TASK_KILLABLE, SHARED); in wait_on_page_bit_killable() 1450 return wait_on_page_bit_common(q, page, PG_locked, state, DROP); in put_and_wait_on_page_locked() 1651 wait_on_page_bit_common(q, page, PG_locked, TASK_UNINTERRUPTIBLE, in __lock_page() 1660 return wait_on_page_bit_common(q, page, PG_locked, TASK_KILLABLE, in __lock_page_killable()
|