Searched refs:group_wait_time (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/block/ |
D | bfq-cgroup.c | 65 blkg_stat_add(&stats->group_wait_time, in BFQG_FLAG_FNS() 295 blkg_stat_reset(&stats->group_wait_time); in bfqg_stats_reset() 317 blkg_stat_add_aux(&to->group_wait_time, &from->group_wait_time); in bfqg_stats_add_aux() 376 blkg_stat_exit(&stats->group_wait_time); in bfqg_stats_exit() 393 blkg_stat_init(&stats->group_wait_time, gfp) || in bfqg_stats_init() 1152 .private = offsetof(struct bfq_group, stats.group_wait_time),
|
D | bfq-iosched.h | 717 struct blkg_stat group_wait_time; member
|
D | cfq-iosched.c | 207 struct blkg_stat group_wait_time; member 501 blkg_stat_add(&stats->group_wait_time, in CFQG_FLAG_FNS() 732 blkg_stat_reset(&stats->group_wait_time); in cfqg_stats_reset() 751 blkg_stat_add_aux(&to->group_wait_time, &from->group_wait_time); in cfqg_stats_add_aux() 1543 blkg_stat_exit(&stats->group_wait_time); in cfqg_stats_exit() 1563 blkg_stat_init(&stats->group_wait_time, gfp) || in cfqg_stats_init() 2115 .private = offsetof(struct cfq_group, stats.group_wait_time),
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | blkio-controller.txt | 254 - blkio.group_wait_time 262 will only report the group_wait_time accumulated till the last time it
|