Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dpagemap.h589 extern int __lock_page_killable(struct page *page);
623 return __lock_page_killable(page); in lock_page_killable()
/Linux-v5.10/mm/
Dfilemap.c1544 int __lock_page_killable(struct page *__page) in __lock_page_killable() function
1551 EXPORT_SYMBOL_GPL(__lock_page_killable);
1590 ret = __lock_page_killable(page); in __lock_page_or_retry()
2588 if (__lock_page_killable(page)) { in lock_page_maybe_drop_mmap()