Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-cgroup.c1050 WRITE_ONCE(bisc->lqueued, false); in __blkcg_rstat_flush()
1072 if (!parent->iostat.lqueued) { in __blkcg_rstat_flush()
1077 parent->iostat.lqueued = true; in __blkcg_rstat_flush()
2180 if (!READ_ONCE(bis->lqueued)) { in blk_cgroup_bio_start()
2184 WRITE_ONCE(bis->lqueued, true); in blk_cgroup_bio_start()
H A Dblk-cgroup.h49 int lqueued; /* queued in llist */ member