Searched refs:blkg_rwstat_add (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/ |
D | blk-cgroup.h | 599 static inline void blkg_rwstat_add(struct blkg_rwstat *rwstat, in blkg_rwstat_add() function 716 blkg_rwstat_add(&blkg->stat_bytes, bio->bi_rw, in blkcg_bio_issue_check() 718 blkg_rwstat_add(&blkg->stat_ios, bio->bi_rw, 1); in blkcg_bio_issue_check()
|
/linux-4.4.14/block/ |
D | cfq-iosched.c | 665 blkg_rwstat_add(&cfqg->stats.queued, rw, 1); in cfqg_stats_update_io_add() 681 blkg_rwstat_add(&cfqg->stats.queued, rw, -1); in cfqg_stats_update_io_remove() 686 blkg_rwstat_add(&cfqg->stats.merged, rw, 1); in cfqg_stats_update_io_merged() 696 blkg_rwstat_add(&stats->service_time, rw, now - io_start_time); in cfqg_stats_update_completion() 698 blkg_rwstat_add(&stats->wait_time, rw, in cfqg_stats_update_completion()
|