Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c5274 struct hrtimer *refresh_timer = &cfs_b->period_timer; in runtime_refresh_within()
5461 struct cfs_bandwidth *cfs_b = container_of(timer, struct cfs_bandwidth, period_timer); in sched_cfs_period_timer()
5520 hrtimer_init(&cfs_b->period_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS_PINNED); in init_cfs_bandwidth()
5521 cfs_b->period_timer.function = sched_cfs_period_timer; in init_cfs_bandwidth()
5543 hrtimer_forward_now(&cfs_b->period_timer, cfs_b->period); in start_cfs_bandwidth()
5544 hrtimer_start_expires(&cfs_b->period_timer, HRTIMER_MODE_ABS_PINNED); in start_cfs_bandwidth()
5554 hrtimer_cancel(&cfs_b->period_timer); in destroy_cfs_bandwidth()
H A Dsched.h436 struct hrtimer period_timer; member

Completed in 20 milliseconds