Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpagemap.h567 struct wait_page_queue { struct
573 static inline bool wake_page_match(struct wait_page_queue *wait_page, in wake_page_match() argument
588 extern int __lock_page_async(struct page *page, struct wait_page_queue *wait);
634 struct wait_page_queue *wait) in lock_page_async()
H A Dfs.h336 struct wait_page_queue *ki_waitq; /* for async buffered IO */
/OK3568_Linux_fs/kernel/mm/
H A Dfilemap.c1058 struct wait_page_queue *wait_page in wake_page_function()
1059 = container_of(wait, struct wait_page_queue, wait); in wake_page_function()
1205 struct wait_page_queue wait_page; in wait_on_page_bit_common()
1355 struct wait_page_queue *wait, bool set) in __wait_on_page_locked_async()
1385 struct wait_page_queue *wait) in wait_on_page_locked_async()
1562 __sched int __lock_page_async(struct page *page, struct wait_page_queue *wait) in __lock_page_async()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c727 struct wait_page_queue wpq;
3440 struct wait_page_queue *wpq; in io_async_buf_func()
3444 wpq = container_of(wait, struct wait_page_queue, wait); in io_async_buf_func()
3470 struct wait_page_queue *wait = &rw->wpq; in io_rw_should_retry()