Home
last modified time | relevance | path

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

/linux/block/
H A Dbfq-cgroup.c248 blkg_rwstat_add(&stats->service_time, opf, in bfqg_stats_update_completion()
309 blkg_rwstat_exit(&stats->service_time); in bfqq_group()
381 blkg_rwstat_reset(&stats->service_time); in bfqg_stats_add_aux()
402 blkg_rwstat_add_aux(&to->service_time, &from->service_time); in bfqg_stats_xfer_dead()
465 blkg_rwstat_init(&stats->service_time, gfp) || in bfqg_stats_init()
1298 .private = offsetof(struct bfq_group, stats.service_time),
1341 .private = offsetof(struct bfq_group, stats.service_time),
H A Dbfq-iosched.h927 struct blkg_rwstat service_time; member