Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dblk-cgroup.c1101 WRITE_ONCE(bisc->lqueued, false); in __blkcg_rstat_flush()
1123 if (!parent->iostat.lqueued) { in __blkcg_rstat_flush()
1128 parent->iostat.lqueued = true; in __blkcg_rstat_flush()
2238 if (!READ_ONCE(bis->lqueued)) { in blk_cgroup_bio_start()
2242 WRITE_ONCE(bis->lqueued, true); in blk_cgroup_bio_start()
H A Dblk-cgroup.h50 int lqueued; /* queued in llist */ member