Searched refs:start_bandwidth_timer (Results 1 – 4 of 4) sorted by relevance
1618 extern void start_bandwidth_timer(struct hrtimer *period_timer, ktime_t period);
60 start_bandwidth_timer(&rt_b->rt_period_timer, rt_b->rt_period); in start_rt_bandwidth()
3673 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()
94 void start_bandwidth_timer(struct hrtimer *period_timer, ktime_t period) in start_bandwidth_timer() function