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

/linux-master/include/linux/
H A Dbuffer_head.h489 bool has_bh_in_lru(int cpu, void *dummy);
502 static inline bool has_bh_in_lru(int cpu, void *dummy) { return false; } function
/linux-master/mm/
H A Dswap.c817 has_bh_in_lru(cpu, NULL);
/linux-master/fs/
H A Dbuffer.c1504 bool has_bh_in_lru(int cpu, void *dummy) function
1519 on_each_cpu_cond(has_bh_in_lru, invalidate_bh_lru, NULL, 1);

Completed in 129 milliseconds