Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dpagemap.h662 extern int wait_on_page_bit_killable(struct page *page, int bit_nr);
681 return wait_on_page_bit_killable(compound_head(page), PG_locked); in wait_on_page_locked_killable()
/Linux-v5.10/fs/afs/
Dwrite.c855 wait_on_page_bit_killable(vmf->page, PG_writeback) < 0) in afs_page_mkwrite()
/Linux-v5.10/mm/
Dfilemap.c1338 int wait_on_page_bit_killable(struct page *page, int bit_nr) in wait_on_page_bit_killable() function
1343 EXPORT_SYMBOL(wait_on_page_bit_killable);