Lines Matching refs:scx_bypass_depth
36 static int scx_bypass_depth;
4151 if (unlikely(!sch) || !READ_ONCE(scx_bypass_depth))
4209 WRITE_ONCE(scx_bypass_depth, scx_bypass_depth + 1);
4210 WARN_ON_ONCE(scx_bypass_depth <= 0);
4211 if (scx_bypass_depth != 1)
4225 WRITE_ONCE(scx_bypass_depth, scx_bypass_depth - 1);
4226 WARN_ON_ONCE(scx_bypass_depth < 0);
4227 if (scx_bypass_depth != 0)