Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dbfq-cgroup.c248 blkg_rwstat_add(&stats->service_time, opf, in bfqg_stats_update_completion()
360 blkg_rwstat_reset(&stats->service_time); in bfqg_stats_reset()
381 blkg_rwstat_add_aux(&to->service_time, &from->service_time); in bfqg_stats_add_aux()
442 blkg_rwstat_exit(&stats->service_time); in bfqg_stats_exit()
463 blkg_rwstat_init(&stats->service_time, gfp) || in bfqg_stats_init()
1346 .private = offsetof(struct bfq_group, stats.service_time),
1389 .private = offsetof(struct bfq_group, stats.service_time),
H A Dbfq-iosched.h928 struct blkg_rwstat service_time; member