Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbuffer_head.h198 bool has_bh_in_lru(int cpu, void *dummy);
412 static inline bool has_bh_in_lru(int cpu, void *dummy) { return false; } in has_bh_in_lru() function
/Linux-v5.15/mm/
Dswap.c825 has_bh_in_lru(cpu, NULL)) { in __lru_add_drain_all()
/Linux-v5.15/fs/
Dbuffer.c1409 bool has_bh_in_lru(int cpu, void *dummy) in has_bh_in_lru() function
1424 on_each_cpu_cond(has_bh_in_lru, invalidate_bh_lru, NULL, 1); in invalidate_bh_lrus()