Searched refs:wait_page (Results 1 – 2 of 2) sorted by relevance
589 static inline bool wake_page_match(struct wait_page_queue *wait_page, in wake_page_match() argument592 if (wait_page->page != key->page) in wake_page_match()596 if (wait_page->bit_nr != key->bit_nr) in wake_page_match()
1132 struct wait_page_queue *wait_page in wake_page_function() local1135 if (!wake_page_match(wait_page, key)) in wake_page_function()1279 struct wait_page_queue wait_page; in wait_on_page_bit_common() local1280 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()