Searched refs:start_bandwidth_timer (Results 1 – 4 of 4) sorted by relevance
1410 extern void start_bandwidth_timer(struct hrtimer *period_timer, ktime_t period);
59 start_bandwidth_timer(&rt_b->rt_period_timer, rt_b->rt_period); in start_rt_bandwidth()
3881 start_bandwidth_timer(&cfs_b->slack_timer, in start_cfs_slack_bandwidth()4071 start_bandwidth_timer(&cfs_b->period_timer, cfs_b->period); in __start_cfs_bandwidth()
93 void start_bandwidth_timer(struct hrtimer *period_timer, ktime_t period) in start_bandwidth_timer() function