Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dblk-cgroup.c78 blkg_rwstat_exit(&blkg->stat_ios); in blkg_free()
103 blkg_rwstat_init(&blkg->stat_ios, gfp_mask)) in blkg_alloc()
330 blkg_rwstat_add_aux(&parent->stat_ios, &blkg->stat_ios); in blkg_destroy()
453 blkg_rwstat_reset(&blkg->stat_ios); in blkcg_reset_stats()
641 offsetof(struct blkcg_gq, stat_ios), true); in blkg_print_stat_ios()
680 offsetof(struct blkcg_gq, stat_ios), true); in blkg_print_stat_ios_recursive()
884 offsetof(struct blkcg_gq, stat_ios)); in blkcg_print_stat()
/linux-4.4.14/include/linux/
Dblk-cgroup.h131 struct blkg_rwstat stat_ios; member
718 blkg_rwstat_add(&blkg->stat_ios, bio->bi_rw, 1); in blkcg_bio_issue_check()