Searched refs:scx_ops_bypass_depth (Results 1 – 1 of 1) sorted by relevance
889 static int scx_ops_bypass_depth; variable4870 scx_ops_bypass_depth++; in scx_ops_bypass()4871 WARN_ON_ONCE(scx_ops_bypass_depth <= 0); in scx_ops_bypass()4872 if (scx_ops_bypass_depth != 1) in scx_ops_bypass()4875 scx_ops_bypass_depth--; in scx_ops_bypass()4876 WARN_ON_ONCE(scx_ops_bypass_depth < 0); in scx_ops_bypass()4877 if (scx_ops_bypass_depth != 0) in scx_ops_bypass()