Searched refs:bisc (Results 1 - 1 of 1) sorted by relevance

/linux-master/block/
H A Dblk-cgroup.c1001 struct blkg_iostat_set *bisc, *next_bisc; local
1021 llist_for_each_entry_safe(bisc, next_bisc, lnode, lnode) {
1022 struct blkcg_gq *blkg = bisc->blkg;
1027 WRITE_ONCE(bisc->lqueued, false);
1031 seq = u64_stats_fetch_begin(&bisc->sync);
1032 blkg_iostat_set(&cur, &bisc->cur);
1033 } while (u64_stats_fetch_retry(&bisc->sync, seq));
1035 blkcg_iostat_update(blkg, &cur, &bisc->last);

Completed in 115 milliseconds