Searched refs:bypass_depth (Results 1 – 4 of 4) sorted by relevance
1091 if (unlikely(READ_ONCE(sch->bypass_depth))) in schedule_dsq_reenq()4523 while (likely(!READ_ONCE(sch->bypass_depth))) { in reenq_user()5912 WARN_ON_ONCE(sch->bypass_depth < 0); in inc_bypass_depth()5913 WRITE_ONCE(sch->bypass_depth, sch->bypass_depth + 1); in inc_bypass_depth()5914 if (sch->bypass_depth != 1) in inc_bypass_depth()5927 WARN_ON_ONCE(sch->bypass_depth < 1); in dec_bypass_depth()5928 WRITE_ONCE(sch->bypass_depth, sch->bypass_depth - 1); in dec_bypass_depth()5929 if (sch->bypass_depth != 0) in dec_bypass_depth()6118 if (pos->bypass_depth) { in scx_bypass()6292 if (READ_ONCE(parent->bypass_depth)) { in scx_link_sched()
1575 s32 bypass_depth; member
1286 WARN_ON_ONCE(!READ_ONCE(to->bypass_depth)); in scx_punt_task()
157 bypass_depth : 0