Searched refs:intv_us (Results 1 – 1 of 1) sorted by relevance
4148 u32 intv_us; in scx_bypass_lb_timerfn() local4157 intv_us = READ_ONCE(scx_bypass_lb_intv_us); in scx_bypass_lb_timerfn()4158 if (intv_us) in scx_bypass_lb_timerfn()4159 mod_timer(timer, jiffies + usecs_to_jiffies(intv_us)); in scx_bypass_lb_timerfn()4207 u32 intv_us; in scx_bypass() local4218 intv_us = READ_ONCE(scx_bypass_lb_intv_us); in scx_bypass()4219 if (intv_us && !timer_pending(&scx_bypass_lb_timer)) { in scx_bypass()4221 jiffies + usecs_to_jiffies(intv_us); in scx_bypass()