Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dblk-cgroup.c78 blkg_rwstat_exit(&blkg->stat_ios); in blkg_free()
79 blkg_rwstat_exit(&blkg->stat_bytes); in blkg_free()
Dcfq-iosched.c1530 blkg_rwstat_exit(&stats->merged); in cfqg_stats_exit()
1531 blkg_rwstat_exit(&stats->service_time); in cfqg_stats_exit()
1532 blkg_rwstat_exit(&stats->wait_time); in cfqg_stats_exit()
1533 blkg_rwstat_exit(&stats->queued); in cfqg_stats_exit()
/linux-4.4.14/include/linux/
Dblk-cgroup.h582 static inline void blkg_rwstat_exit(struct blkg_rwstat *rwstat) in blkg_rwstat_exit() function