Home
last modified time | relevance | path

Searched refs:start_bandwidth_timer (Results 1 – 4 of 4) sorted by relevance

/kernel/sched/
Dsched.h1618 extern void start_bandwidth_timer(struct hrtimer *period_timer, ktime_t period);
Drt.c60 start_bandwidth_timer(&rt_b->rt_period_timer, rt_b->rt_period); in start_rt_bandwidth()
Dfair.c3673 start_bandwidth_timer(&cfs_b->slack_timer, in start_cfs_slack_bandwidth()
3863 start_bandwidth_timer(&cfs_b->period_timer, cfs_b->period); in __start_cfs_bandwidth()
Dcore.c94 void start_bandwidth_timer(struct hrtimer *period_timer, ktime_t period) in start_bandwidth_timer() function