Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext_internal.h1029 s32 bypass_depth; member
H A Dext.c383 * bypass_depth remains zero.
386 * bypass_depth to enable this decoupling. See enable_bypass_dsp() and
1225 if (unlikely(READ_ONCE(sch->bypass_depth))) in schedule_dsq_reenq()
4170 while (likely(!READ_ONCE(sch->bypass_depth))) { in reenq_user()
5327 WARN_ON_ONCE(sch->bypass_depth < 0); in inc_bypass_depth()
5328 WRITE_ONCE(sch->bypass_depth, sch->bypass_depth + 1); in inc_bypass_depth()
5329 if (sch->bypass_depth != 1) in inc_bypass_depth()
5342 WARN_ON_ONCE(sch->bypass_depth < 1); in dec_bypass_depth()
5343 WRITE_ONCE(sch->bypass_depth, sc in dec_bypass_depth()
[all...]
/linux/Documentation/scheduler/
H A Dsched-ext.rst156 bypass_depth : 0