Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dbfq-cgroup.c435 blkg_rwstat_exit(&stats->merged); in bfqg_stats_exit()
436 blkg_rwstat_exit(&stats->service_time); in bfqg_stats_exit()
437 blkg_rwstat_exit(&stats->wait_time); in bfqg_stats_exit()
438 blkg_rwstat_exit(&stats->queued); in bfqg_stats_exit()
Dblk-cgroup.c83 blkg_rwstat_exit(&blkg->stat_ios); in blkg_free()
84 blkg_rwstat_exit(&blkg->stat_bytes); in blkg_free()
/Linux-v5.4/include/linux/
Dblk-cgroup.h597 static inline void blkg_rwstat_exit(struct blkg_rwstat *rwstat) in blkg_rwstat_exit() function