Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c1072 static int scx_bypass_depth; variable
4809 scx_bypass_depth++; in scx_bypass()
4810 WARN_ON_ONCE(scx_bypass_depth <= 0); in scx_bypass()
4811 if (scx_bypass_depth != 1) in scx_bypass()
4817 scx_bypass_depth--; in scx_bypass()
4818 WARN_ON_ONCE(scx_bypass_depth < 0); in scx_bypass()
4819 if (scx_bypass_depth != 0) in scx_bypass()