Searched refs:intv_us (Results 1 – 1 of 1) sorted by relevance
5895 u32 intv_us; in scx_bypass_lb_timerfn() local5903 intv_us = READ_ONCE(scx_bypass_lb_intv_us); in scx_bypass_lb_timerfn()5904 if (intv_us) in scx_bypass_lb_timerfn()5905 mod_timer(timer, jiffies + usecs_to_jiffies(intv_us)); in scx_bypass_lb_timerfn()5941 u32 intv_us = READ_ONCE(scx_bypass_lb_intv_us); in enable_bypass_dsp() local5979 if (intv_us && !timer_pending(&host->bypass_lb_timer)) in enable_bypass_dsp()5981 jiffies + usecs_to_jiffies(intv_us)); in enable_bypass_dsp()