Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbuffer_head.h232 bool has_bh_in_lru(int cpu, void *dummy);
446 static inline bool has_bh_in_lru(int cpu, void *dummy) { return 0; } in has_bh_in_lru() function
/OK3568_Linux_fs/kernel/mm/
H A Dswap.c921 has_bh_in_lru(cpu, NULL)) { in __lru_add_drain_all()
/OK3568_Linux_fs/kernel/fs/
H A Dbuffer.c1438 bool has_bh_in_lru(int cpu, void *dummy) in has_bh_in_lru() function
1453 on_each_cpu_cond(has_bh_in_lru, invalidate_bh_lru, NULL, 1); in invalidate_bh_lrus()