Lines Matching refs:bypass_depth
383 * bypass_depth remains zero.
386 * bypass_depth to enable this decoupling. See enable_bypass_dsp() and
1225 if (unlikely(READ_ONCE(sch->bypass_depth)))
4170 while (likely(!READ_ONCE(sch->bypass_depth))) {
5327 WARN_ON_ONCE(sch->bypass_depth < 0);
5328 WRITE_ONCE(sch->bypass_depth, sch->bypass_depth + 1);
5329 if (sch->bypass_depth != 1)
5342 WARN_ON_ONCE(sch->bypass_depth < 1);
5343 WRITE_ONCE(sch->bypass_depth, sch->bypass_depth - 1);
5344 if (sch->bypass_depth != 0)
5360 * @sch->bypass_depth transitioning from 0 to 1 triggers enabling.
5500 if (pos->bypass_depth)