Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Drw.h15 struct wait_page_queue wpq;
Drw.c572 struct wait_page_queue *wpq; in io_async_buf_func()
577 wpq = container_of(wait, struct wait_page_queue, wait); in io_async_buf_func()
603 struct wait_page_queue *wait = &io->wpq; in io_rw_should_retry()
/Linux-v6.1/include/linux/
Dpagemap.h862 struct wait_page_queue { struct
868 static inline bool wake_page_match(struct wait_page_queue *wait_page, in wake_page_match() argument
Dfs.h348 struct wait_page_queue *ki_waitq; /* for async buffered IO */
/Linux-v6.1/mm/
Dfilemap.c1081 struct wait_page_queue *wait_page in wake_page_function()
1082 = container_of(wait, struct wait_page_queue, wait); in wake_page_function()
1222 struct wait_page_queue wait_page; in folio_wait_bit_common()
1375 struct wait_page_queue wait_page; in migration_entry_wait_on_locked()
1671 static int __folio_lock_async(struct folio *folio, struct wait_page_queue *wait) in __folio_lock_async()