Searched refs:bypass_depth (Results 1 – 3 of 3) sorted by relevance
1029 s32 bypass_depth; member
383 * bypass_depth remains zero.386 * bypass_depth to enable this decoupling. See enable_bypass_dsp() and1225 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...]
156 bypass_depth : 0