Home
last modified time | relevance | path

Searched refs:wpq (Results 1 – 2 of 2) sorted by relevance

/linux/io_uring/
H A Drw.h12 struct wait_page_queue wpq; member
H A Drw.c705 struct wait_page_queue *wpq; in io_async_buf_func() local
710 wpq = container_of(wait, struct wait_page_queue, wait); in io_async_buf_func()
712 if (!wake_page_match(wpq, key)) in io_async_buf_func()
736 struct wait_page_queue *wait = &io->wpq; in io_rw_should_retry()