Lines Matching defs:enabled
91 * ->enabled is the master enable switch gating the throttling logic and
92 * inflight tracking. The number of cgroups which have iolat enabled is
97 bool enabled;
471 if (!blkiolat->enabled)
611 if (!iolat->blkiolat->enabled)
728 * every IO. Thus, if iolatency is not enabled in any cgroup for the device, we
734 * freezing the queue while flipping ->enabled. As this requires a sleepable
735 * context, ->enabled flipping is punted to this work function.
741 bool enabled;
752 enabled = atomic_read(&blkiolat->enable_cnt);
753 if (enabled != blkiolat->enabled) {
755 blkiolat->enabled = enabled;