Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dblk-cgroup.c1049 WRITE_ONCE(bisc->lqueued, false); in __blkcg_rstat_flush()
1071 if (!parent->iostat.lqueued) { in __blkcg_rstat_flush()
1076 parent->iostat.lqueued = true; in __blkcg_rstat_flush()
2174 if (!READ_ONCE(bis->lqueued)) { in blk_cgroup_bio_start()
2178 WRITE_ONCE(bis->lqueued, true); in blk_cgroup_bio_start()
Dblk-cgroup.h50 int lqueued; /* queued in llist */ member