Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpagemap.h588 extern int __lock_page_async(struct page *page, struct wait_page_queue *wait);
637 return __lock_page_async(page, wait); in lock_page_async()
/OK3568_Linux_fs/kernel/mm/
H A Dfilemap.c1562 __sched int __lock_page_async(struct page *page, struct wait_page_queue *wait) in __lock_page_async() function