Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-throttle.h189 if (!bio_flagged(bio, BIO_CGROUP_ACCT)) { in blk_should_throtl()
190 bio_set_flag(bio, BIO_CGROUP_ACCT); in blk_should_throtl()
H A Dblk-cgroup.c2170 if (!bio_flagged(bio, BIO_CGROUP_ACCT)) { in blk_cgroup_bio_start()
2171 bio_set_flag(bio, BIO_CGROUP_ACCT); in blk_cgroup_bio_start()
/openbmc/linux/include/linux/
H A Dblk_types.h344 BIO_CGROUP_ACCT, /* has been accounted to a cgroup */ enumerator