Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c720 struct wait_page_queue wpq; member
3528 struct wait_page_queue *wpq; in io_async_buf_func() local
3532 wpq = container_of(wait, struct wait_page_queue, wait); in io_async_buf_func()
3534 if (!wake_page_match(wpq, key)) in io_async_buf_func()
3558 struct wait_page_queue *wait = &rw->wpq; in io_rw_should_retry()