Searched refs:intv_us (Results 1 – 1 of 1) sorted by relevance
3988 u32 intv_us; in scx_bypass_lb_timerfn() local3997 intv_us = READ_ONCE(scx_bypass_lb_intv_us); in scx_bypass_lb_timerfn()3998 if (intv_us) in scx_bypass_lb_timerfn()3999 mod_timer(timer, jiffies + usecs_to_jiffies(intv_us)); in scx_bypass_lb_timerfn()4047 u32 intv_us; in scx_bypass() local4058 intv_us = READ_ONCE(scx_bypass_lb_intv_us); in scx_bypass()4059 if (intv_us && !timer_pending(&scx_bypass_lb_timer)) { in scx_bypass()4061 jiffies + usecs_to_jiffies(intv_us); in scx_bypass()