Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-cgroup-rwstat.h73 percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH); in blkg_rwstat_add()
80 percpu_counter_add_batch(cnt, val, BLKG_STAT_CPU_BATCH); in blkg_rwstat_add()
H A Dblk-cgroup.h28 #define BLKG_STAT_CPU_BATCH (INT_MAX / 2) macro
H A Dbfq-cgroup.c46 percpu_counter_add_batch(&stat->cpu_cnt, val, BLKG_STAT_CPU_BATCH); in bfq_stat_add()