Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dfilemap.c1275 static inline int wait_on_page_bit_common(wait_queue_head_t *q, in wait_on_page_bit_common() function
1417 wait_on_page_bit_common(q, page, bit_nr, TASK_UNINTERRUPTIBLE, SHARED); in wait_on_page_bit()
1424 return wait_on_page_bit_common(q, page, bit_nr, TASK_KILLABLE, SHARED); in wait_on_page_bit_killable()
1447 return wait_on_page_bit_common(q, page, PG_locked, state, DROP); in put_and_wait_on_page_locked()
1648 wait_on_page_bit_common(q, page, PG_locked, TASK_UNINTERRUPTIBLE, in __lock_page()
1657 return wait_on_page_bit_common(q, page, PG_locked, TASK_KILLABLE, in __lock_page_killable()