Add an arbitrary waiter to a pages wait queue
void add_page_wait_queue(struct page * page, wait_queue_t * waiter);
page
Page defining the wait queue of interest
waiter
Waiter to add to the queue
Add an arbitrary waiter to the wait queue for the nominated page.