Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/
H A Dbuffer.c1304 struct bh_lru { struct
1308 static DEFINE_PER_CPU(struct bh_lru, bh_lrus) = {{ NULL }};
1333 struct bh_lru *b; in bh_lru_install()
1340 * the refcount of buffer_head in bh_lru prevents dropping the in bh_lru_install()
1343 * Skip putting upcoming bh into bh_lru until migration is done. in bh_lru_install()
1481 static void __invalidate_bh_lrus(struct bh_lru *b) in __invalidate_bh_lrus()
1497 struct bh_lru *b = &get_cpu_var(bh_lrus); in invalidate_bh_lru()
1505 struct bh_lru *b = per_cpu_ptr(&bh_lrus, cpu); in has_bh_in_lru()
1528 struct bh_lru *b; in invalidate_bh_lrus_cpu()
3050 struct bh_lru * in buffer_exit_cpu_dead()
[all...]
/kernel/linux/linux-5.10/fs/
H A Dbuffer.c1234 struct bh_lru { struct
1238 static DEFINE_PER_CPU(struct bh_lru, bh_lrus) = {{ NULL }};
1263 struct bh_lru *b; in bh_lru_install()
1414 struct bh_lru *b = &get_cpu_var(bh_lrus); in invalidate_bh_lru()
1426 struct bh_lru *b = per_cpu_ptr(&bh_lrus, cpu); in has_bh_in_lru()
3363 struct bh_lru *b = &per_cpu(bh_lrus, cpu); in buffer_exit_cpu_dead()

Completed in 10 milliseconds