Home
last modified time | relevance | path

Searched refs:wakeup_flusher_threads (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dwriteback.h100 void wakeup_flusher_threads(long nr_pages, enum wb_reason reason);
/linux-4.1.27/fs/
Dsync.c106 wakeup_flusher_threads(0, WB_REASON_SYNC); in SYSCALL_DEFINE0()
Dfs-writeback.c1136 void wakeup_flusher_threads(long nr_pages, enum wb_reason reason) in wakeup_flusher_threads() function
Dbuffer.c262 wakeup_flusher_threads(1024, WB_REASON_FREE_MORE_MEM); in free_more_memory()
/linux-4.1.27/mm/
Dvmscan.c2606 wakeup_flusher_threads(laptop_mode ? 0 : total_scanned, in do_try_to_free_pages()