Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dpagemap.h676 extern int wait_on_page_bit_killable(struct page *page, int bit_nr);
695 return wait_on_page_bit_killable(compound_head(page), PG_locked); in wait_on_page_locked_killable()
/Linux-v5.15/mm/
Dfilemap.c1421 int wait_on_page_bit_killable(struct page *page, int bit_nr) in wait_on_page_bit_killable() function
1426 EXPORT_SYMBOL(wait_on_page_bit_killable);
1569 ret = wait_on_page_bit_killable(page, PG_private_2); in wait_on_page_private_2_killable()
Dpage-writeback.c2896 if (wait_on_page_bit_killable(page, PG_writeback)) in wait_on_page_writeback_killable()