table of contents
other versions
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 queue
SYNOPSIS¶
void add_page_wait_queue(struct page * page, wait_queue_t * waiter);
ARGUMENTS¶
struct page * page
Page defining the wait queue of interest
wait_queue_t * waiter
Waiter to add to the queue
DESCRIPTION¶
Add an arbitrary waiter to the wait queue for the nominated page.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.11 |