Searched refs:bypass_depth (Results 1 – 3 of 3) sorted by relevance
1029 s32 bypass_depth; member
1158 if (unlikely(READ_ONCE(sch->bypass_depth))) in schedule_dsq_reenq()4061 while (likely(!READ_ONCE(sch->bypass_depth))) { in reenq_user()5156 WARN_ON_ONCE(sch->bypass_depth < 0); in inc_bypass_depth()5157 WRITE_ONCE(sch->bypass_depth, sch->bypass_depth + 1); in inc_bypass_depth()5158 if (sch->bypass_depth != 1) in inc_bypass_depth()5171 WARN_ON_ONCE(sch->bypass_depth < 1); in dec_bypass_depth()5172 WRITE_ONCE(sch->bypass_depth, sch->bypass_depth - 1); in dec_bypass_depth()5173 if (sch->bypass_depth != 0) in dec_bypass_depth()5329 if (pos->bypass_depth) in scx_bypass()
156 bypass_depth : 0