table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
ADD_PAGE_WAIT_QUEUE(9) | Memory Management in Linux | ADD_PAGE_WAIT_QUEUE(9) |
NAME¶
add_page_wait_queue - Add an arbitrary waiter to a page's wait queueSYNOPSIS¶
void
add_page_wait_queue(struct page * page,
wait_queue_t * waiter);
ARGUMENTS¶
pagePage defining the wait queue of interest
waiter
Waiter to add to the queue
DESCRIPTION¶
Add an arbitrary waiter to the wait queue for the nominated page.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |