Home
last modified time | relevance | path

Searched refs:bypass_lb_timer (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/sched/
H A Dext_internal.h1077 struct timer_list bypass_lb_timer; member
H A Dext.c4714 timer_shutdown_sync(&sch->bypass_lb_timer); in scx_sched_free_rcu_work()
5137 struct scx_sched *sch = container_of(timer, struct scx_sched, bypass_lb_timer); in scx_bypass_lb_timerfn()
5223 if (intv_us && !timer_pending(&host->bypass_lb_timer)) in enable_bypass_dsp()
5224 mod_timer(&host->bypass_lb_timer, in enable_bypass_dsp()
6439 timer_setup(&sch->bypass_lb_timer, scx_bypass_lb_timerfn, 0); in scx_alloc_and_add_sched()