Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dpagemap.h583 struct wait_page_queue { struct
589 static inline bool wake_page_match(struct wait_page_queue *wait_page, in wake_page_match() argument
604 extern int __lock_page_async(struct page *page, struct wait_page_queue *wait);
650 struct wait_page_queue *wait) in lock_page_async()
Dfs.h339 struct wait_page_queue *ki_waitq; /* for async buffered IO */
/Linux-v5.15/mm/
Dfilemap.c1132 struct wait_page_queue *wait_page in wake_page_function()
1133 = container_of(wait, struct wait_page_queue, wait); in wake_page_function()
1279 struct wait_page_queue wait_page; in wait_on_page_bit_common()
1662 int __lock_page_async(struct page *page, struct wait_page_queue *wait) in __lock_page_async()
/Linux-v5.15/fs/
Dio_uring.c719 struct wait_page_queue wpq;
3371 struct wait_page_queue *wpq; in io_async_buf_func()
3375 wpq = container_of(wait, struct wait_page_queue, wait); in io_async_buf_func()
3401 struct wait_page_queue *wait = &rw->wpq; in io_rw_should_retry()