Searched refs:BIO_CGROUP_ACCT (Results 1 – 3 of 3) sorted by relevance
176 if (!bio_flagged(bio, BIO_CGROUP_ACCT)) { in blk_should_throtl()177 bio_set_flag(bio, BIO_CGROUP_ACCT); in blk_should_throtl()
2222 if (!bio_flagged(bio, BIO_CGROUP_ACCT)) { in blk_cgroup_bio_start()2223 bio_set_flag(bio, BIO_CGROUP_ACCT); in blk_cgroup_bio_start()
311 BIO_CGROUP_ACCT, /* has been accounted to a cgroup */ enumerator