Searched refs:wait_on_page_bit_common (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/mm/ |
| D | filemap.c | 1074 static inline int wait_on_page_bit_common(wait_queue_head_t *q, in wait_on_page_bit_common() function 1133 wait_on_page_bit_common(q, page, bit_nr, TASK_UNINTERRUPTIBLE, false); in wait_on_page_bit() 1140 return wait_on_page_bit_common(q, page, bit_nr, TASK_KILLABLE, false); in wait_on_page_bit_killable() 1273 wait_on_page_bit_common(q, page, PG_locked, TASK_UNINTERRUPTIBLE, true); in __lock_page() 1281 return wait_on_page_bit_common(q, page, PG_locked, TASK_KILLABLE, true); in __lock_page_killable()
|