Searched refs:scx_bypass_depth (Results 1 – 1 of 1) sorted by relevance
36 static int scx_bypass_depth; variable4151 if (unlikely(!sch) || !READ_ONCE(scx_bypass_depth)) in scx_bypass_lb_timerfn()4209 WRITE_ONCE(scx_bypass_depth, scx_bypass_depth + 1); in scx_bypass()4210 WARN_ON_ONCE(scx_bypass_depth <= 0); in scx_bypass()4211 if (scx_bypass_depth != 1) in scx_bypass()4225 WRITE_ONCE(scx_bypass_depth, scx_bypass_depth - 1); in scx_bypass()4226 WARN_ON_ONCE(scx_bypass_depth < 0); in scx_bypass()4227 if (scx_bypass_depth != 0) in scx_bypass()