Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dpagemap.h589 static inline bool wake_page_match(struct wait_page_queue *wait_page, in wake_page_match() argument
592 if (wait_page->page != key->page) in wake_page_match()
596 if (wait_page->bit_nr != key->bit_nr) in wake_page_match()
/Linux-v5.15/mm/
Dfilemap.c1132 struct wait_page_queue *wait_page in wake_page_function() local
1135 if (!wake_page_match(wait_page, key)) in wake_page_function()
1279 struct wait_page_queue wait_page; in wait_on_page_bit_common() local
1280 wait_queue_entry_t *wait = &wait_page.wait; in wait_on_page_bit_common()
1297 wait_page.page = page; in wait_on_page_bit_common()
1298 wait_page.bit_nr = bit_nr; in wait_on_page_bit_common()