Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpagemap.h494 extern int wait_on_page_bit_killable(struct page *page, int bit_nr);
501 return wait_on_page_bit_killable(page, PG_locked); in wait_on_page_locked_killable()
/linux-4.4.14/mm/
Dfilemap.c756 int wait_on_page_bit_killable(struct page *page, int bit_nr) in wait_on_page_bit_killable() function