Searched refs:period_timer (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | gpio.c | 247 mod_timer(&btcoex->period_timer, ath_btcoex_period_timer() 287 setup_timer(&btcoex->period_timer, ath_btcoex_period_timer, ath_init_btcoex_timer() 317 mod_timer(&btcoex->period_timer, jiffies); ath9k_btcoex_timer_resume() 334 del_timer_sync(&btcoex->period_timer); ath9k_btcoex_timer_pause()
|
H A D | ath9k.h | 744 struct timer_list period_timer; /* Timer for BT period */ member in struct:ath_btcoex
|
/linux-4.1.27/kernel/sched/ |
H A D | sched.h | 219 struct hrtimer period_timer, slack_timer; member in struct:cfs_bandwidth 1410 extern void start_bandwidth_timer(struct hrtimer *period_timer, ktime_t period); sched_avg_update()
|
H A D | fair.c | 3858 struct hrtimer *refresh_timer = &cfs_b->period_timer; runtime_refresh_within() 4010 container_of(timer, struct cfs_bandwidth, period_timer); sched_cfs_period_timer() 4038 hrtimer_init(&cfs_b->period_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); init_cfs_bandwidth() 4039 cfs_b->period_timer.function = sched_cfs_period_timer; init_cfs_bandwidth() 4059 while (unlikely(hrtimer_active(&cfs_b->period_timer)) && __start_cfs_bandwidth() 4060 hrtimer_try_to_cancel(&cfs_b->period_timer) < 0) { __start_cfs_bandwidth() 4071 start_bandwidth_timer(&cfs_b->period_timer, cfs_b->period); __start_cfs_bandwidth() 4080 hrtimer_cancel(&cfs_b->period_timer); destroy_cfs_bandwidth()
|
H A D | core.c | 93 void start_bandwidth_timer(struct hrtimer *period_timer, ktime_t period) start_bandwidth_timer() argument 99 if (hrtimer_active(period_timer)) start_bandwidth_timer() 102 now = hrtimer_cb_get_time(period_timer); start_bandwidth_timer() 103 hrtimer_forward(period_timer, now, period); start_bandwidth_timer() 105 soft = hrtimer_get_softexpires(period_timer); start_bandwidth_timer() 106 hard = hrtimer_get_expires(period_timer); start_bandwidth_timer() 108 __hrtimer_start_range_ns(period_timer, soft, delta, start_bandwidth_timer()
|
Completed in 218 milliseconds