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

/linux-master/fs/
H A Dbuffer.c2979 struct bh_accounting { struct
2984 static DEFINE_PER_CPU(struct bh_accounting, bh_accounting) = {0, 0};
2991 if (__this_cpu_inc_return(bh_accounting.ratelimit) - 1 < 4096)
2993 __this_cpu_write(bh_accounting.ratelimit, 0);
2995 tot += per_cpu(bh_accounting, i).nr;
3006 __this_cpu_inc(bh_accounting.nr);
3019 __this_cpu_dec(bh_accounting.nr);
3034 this_cpu_add(bh_accounting.nr, per_cpu(bh_accounting, cp
[all...]

Completed in 1222 milliseconds