Home
last modified time | relevance | path

Searched refs:scx_ops_bypass_depth (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/kernel/sched/
Dext.c865 static int scx_ops_bypass_depth; variable
4325 scx_ops_bypass_depth++; in scx_ops_bypass()
4326 WARN_ON_ONCE(scx_ops_bypass_depth <= 0); in scx_ops_bypass()
4327 if (scx_ops_bypass_depth != 1) in scx_ops_bypass()
4330 scx_ops_bypass_depth--; in scx_ops_bypass()
4331 WARN_ON_ONCE(scx_ops_bypass_depth < 0); in scx_ops_bypass()
4332 if (scx_ops_bypass_depth != 0) in scx_ops_bypass()