Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Drw.h12 struct wait_page_queue wpq; member
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()