Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/
A Dbuffer.c1245 struct bh_lru { struct
1249 static DEFINE_PER_CPU(struct bh_lru, bh_lrus) = {{ NULL }}; argument
1274 struct bh_lru *b; in bh_lru_install()
1418 static void __invalidate_bh_lrus(struct bh_lru *b) in __invalidate_bh_lrus()
1434 struct bh_lru *b = &get_cpu_var(bh_lrus); in invalidate_bh_lru()
1442 struct bh_lru *b = per_cpu_ptr(&bh_lrus, cpu); in has_bh_in_lru()
1465 struct bh_lru *b; in invalidate_bh_lrus_cpu()
2974 struct bh_lru *b = &per_cpu(bh_lrus, cpu); in buffer_exit_cpu_dead()

Completed in 8 milliseconds