Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c730 struct wait_page_queue wpq; member
3533 struct wait_page_queue *wpq; in io_async_buf_func() local
3537 wpq = container_of(wait, struct wait_page_queue, wait); in io_async_buf_func()
3539 if (!wake_page_match(wpq, key)) in io_async_buf_func()
3563 struct wait_page_queue *wait = &rw->wpq; in io_rw_should_retry()