Searched refs:wait_page (Results 1 – 2 of 2) sorted by relevance
575 static inline bool wake_page_match(struct wait_page_queue *wait_page, in wake_page_match() argument578 if (wait_page->page != key->page) in wake_page_match()582 if (wait_page->bit_nr != key->bit_nr) in wake_page_match()
1053 struct wait_page_queue *wait_page in wake_page_function() local1056 if (!wake_page_match(wait_page, key)) in wake_page_function()1200 struct wait_page_queue wait_page; in wait_on_page_bit_common() local1201 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()