Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dbfq-cgroup.c181 blkg_rwstat_add(&stats->service_time, op, in bfqg_stats_update_completion()
289 blkg_rwstat_reset(&stats->service_time); in bfqg_stats_reset()
310 blkg_rwstat_add_aux(&to->service_time, &from->service_time); in bfqg_stats_add_aux()
369 blkg_rwstat_exit(&stats->service_time); in bfqg_stats_exit()
386 blkg_rwstat_init(&stats->service_time, gfp) || in bfqg_stats_init()
1085 .private = offsetof(struct bfq_group, stats.service_time),
1128 .private = offsetof(struct bfq_group, stats.service_time),
Dcfq-iosched.c190 struct blkg_rwstat service_time; member
712 blkg_rwstat_add(&stats->service_time, op, in cfqg_stats_update_completion()
724 blkg_rwstat_reset(&stats->service_time); in cfqg_stats_reset()
743 blkg_rwstat_add_aux(&to->service_time, &from->service_time); in cfqg_stats_add_aux()
1534 blkg_rwstat_exit(&stats->service_time); in cfqg_stats_exit()
1552 blkg_rwstat_init(&stats->service_time, gfp) || in cfqg_stats_init()
2049 .private = offsetof(struct cfq_group, stats.service_time),
2090 .private = offsetof(struct cfq_group, stats.service_time),
Dbfq-iosched.h703 struct blkg_rwstat service_time; member