Searched refs:intv_us (Results 1 – 1 of 1) sorted by relevance
5275 u32 intv_us; in scx_bypass_lb_timerfn() local5283 intv_us = READ_ONCE(scx_bypass_lb_intv_us); in scx_bypass_lb_timerfn()5284 if (intv_us) in scx_bypass_lb_timerfn()5285 mod_timer(timer, jiffies + usecs_to_jiffies(intv_us)); in scx_bypass_lb_timerfn()5321 u32 intv_us = READ_ONCE(scx_bypass_lb_intv_us); in enable_bypass_dsp() local5359 if (intv_us && !timer_pending(&host->bypass_lb_timer)) in enable_bypass_dsp()5361 jiffies + usecs_to_jiffies(intv_us)); in enable_bypass_dsp()