Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpagemap.h487 extern int wait_on_page_bit_killable(struct page *page, int bit_nr);
494 return wait_on_page_bit_killable(page, PG_locked); in wait_on_page_locked_killable()
/linux-4.1.27/mm/
Dfilemap.c689 int wait_on_page_bit_killable(struct page *page, int bit_nr) in wait_on_page_bit_killable() function