Home
last modified time | relevance | path

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

/kernel/sched/
Dfair.c4744 struct hrtimer *refresh_timer = &cfs_b->period_timer; in runtime_refresh_within()
4929 container_of(timer, struct cfs_bandwidth, period_timer); in sched_cfs_period_timer()
4988 hrtimer_init(&cfs_b->period_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS_PINNED); in init_cfs_bandwidth()
4989 cfs_b->period_timer.function = sched_cfs_period_timer; in init_cfs_bandwidth()
5010 hrtimer_forward_now(&cfs_b->period_timer, cfs_b->period); in start_cfs_bandwidth()
5011 hrtimer_start_expires(&cfs_b->period_timer, HRTIMER_MODE_ABS_PINNED); in start_cfs_bandwidth()
5020 hrtimer_cancel(&cfs_b->period_timer); in destroy_cfs_bandwidth()
Dsched.h343 struct hrtimer period_timer; member