Home
last modified time | relevance | path

Searched refs:blkg_rwstat_exit (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/block/
Dbfq-cgroup.c368 blkg_rwstat_exit(&stats->merged); in bfqg_stats_exit()
369 blkg_rwstat_exit(&stats->service_time); in bfqg_stats_exit()
370 blkg_rwstat_exit(&stats->wait_time); in bfqg_stats_exit()
371 blkg_rwstat_exit(&stats->queued); in bfqg_stats_exit()
Dblk-cgroup.c82 blkg_rwstat_exit(&blkg->stat_ios); in blkg_free()
83 blkg_rwstat_exit(&blkg->stat_bytes); in blkg_free()
Dcfq-iosched.c1533 blkg_rwstat_exit(&stats->merged); in cfqg_stats_exit()
1534 blkg_rwstat_exit(&stats->service_time); in cfqg_stats_exit()
1535 blkg_rwstat_exit(&stats->wait_time); in cfqg_stats_exit()
1536 blkg_rwstat_exit(&stats->queued); in cfqg_stats_exit()
/Linux-v4.19/include/linux/
Dblk-cgroup.h685 static inline void blkg_rwstat_exit(struct blkg_rwstat *rwstat) in blkg_rwstat_exit() function