Searched refs:page_waitqueue (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dfilemap.c494 static wait_queue_head_t *page_waitqueue(struct page *page) function
503 __wake_up_bit(page_waitqueue(page), &page->flags, bit);
511 __wait_on_bit(page_waitqueue(page), &wait, sync_page,
568 __wait_on_bit_lock(page_waitqueue(page), &wait, sync_page,
580 __wait_on_bit_lock(page_waitqueue(page), &wait, __sleep_on_page_lock,

Completed in 20 milliseconds