Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dpagemap.h575 static inline bool wake_page_match(struct wait_page_queue *wait_page, in wake_page_match() argument
578 if (wait_page->page != key->page) in wake_page_match()
582 if (wait_page->bit_nr != key->bit_nr) in wake_page_match()
/kernel/linux/linux-5.10/mm/
Dfilemap.c1053 struct wait_page_queue *wait_page in wake_page_function() local
1056 if (!wake_page_match(wait_page, key)) in wake_page_function()
1200 struct wait_page_queue wait_page; in wait_on_page_bit_common() local
1201 wait_queue_entry_t *wait = &wait_page.wait; in wait_on_page_bit_common()
1218 wait_page.page = page; in wait_on_page_bit_common()
1219 wait_page.bit_nr = bit_nr; in wait_on_page_bit_common()