Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dpagemap.h304 extern int __lock_page_killable(struct page *page);
343 return __lock_page_killable(page); in lock_page_killable()
/linux-3.4.99/mm/
Dfilemap.c628 int __lock_page_killable(struct page *page) in __lock_page_killable() function
635 EXPORT_SYMBOL_GPL(__lock_page_killable);
658 ret = __lock_page_killable(page); in __lock_page_or_retry()