Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dgpio.c196 struct ath_softc *sc = from_timer(sc, t, btcoex.period_timer); in ath_btcoex_period_timer()
247 mod_timer(&btcoex->period_timer, in ath_btcoex_period_timer()
287 timer_setup(&btcoex->period_timer, ath_btcoex_period_timer, 0); in ath_init_btcoex_timer()
315 mod_timer(&btcoex->period_timer, jiffies); in ath9k_btcoex_timer_resume()
332 del_timer_sync(&btcoex->period_timer); in ath9k_btcoex_timer_pause()
H A Dath9k.h775 struct timer_list period_timer; /* Timer for BT period */ member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dgpio.c196 struct ath_softc *sc = from_timer(sc, t, btcoex.period_timer); in ath_btcoex_period_timer()
247 mod_timer(&btcoex->period_timer, in ath_btcoex_period_timer()
287 timer_setup(&btcoex->period_timer, ath_btcoex_period_timer, 0); in ath_init_btcoex_timer()
315 mod_timer(&btcoex->period_timer, jiffies); in ath9k_btcoex_timer_resume()
332 del_timer_sync(&btcoex->period_timer); in ath9k_btcoex_timer_pause()
H A Dath9k.h775 struct timer_list period_timer; /* Timer for BT period */ member
/kernel/linux/linux-5.10/include/linux/
H A Dwriteback.h150 struct timer_list period_timer; /* timer for aging of completions */ member
/kernel/linux/linux-6.6/include/linux/
H A Dwriteback.h141 struct timer_list period_timer; /* timer for aging of completions */ member
/kernel/linux/linux-5.10/mm/
H A Dpage-writeback.c603 mod_timer(&dom->period_timer, dom->period_time); in wb_domain_writeout_inc()
641 struct wb_domain *dom = from_timer(dom, t, period_timer); in writeout_period()
648 mod_timer(&dom->period_timer, dom->period_time); in writeout_period()
664 timer_setup(&dom->period_timer, writeout_period, TIMER_DEFERRABLE); in wb_domain_init()
674 del_timer_sync(&dom->period_timer); in wb_domain_exit()
/kernel/linux/linux-6.6/mm/
H A Dpage-writeback.c571 mod_timer(&dom->period_timer, dom->period_time); in wb_domain_writeout_add()
609 struct wb_domain *dom = from_timer(dom, t, period_timer); in writeout_period()
616 mod_timer(&dom->period_timer, dom->period_time); in writeout_period()
632 timer_setup(&dom->period_timer, writeout_period, TIMER_DEFERRABLE); in wb_domain_init()
642 del_timer_sync(&dom->period_timer); in wb_domain_exit()
/kernel/linux/linux-6.6/kernel/sched/
H A Dfair.c6189 struct hrtimer *refresh_timer = &cfs_b->period_timer; in runtime_refresh_within()
6361 container_of(timer, struct cfs_bandwidth, period_timer); in sched_cfs_period_timer()
6423 hrtimer_init(&cfs_b->period_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS_PINNED); in init_cfs_bandwidth()
6424 cfs_b->period_timer.function = sched_cfs_period_timer; in init_cfs_bandwidth()
6427 hrtimer_set_expires(&cfs_b->period_timer, in init_cfs_bandwidth()
6452 hrtimer_forward_now(&cfs_b->period_timer, cfs_b->period); in start_cfs_bandwidth()
6453 hrtimer_start_expires(&cfs_b->period_timer, HRTIMER_MODE_ABS_PINNED); in start_cfs_bandwidth()
6464 hrtimer_cancel(&cfs_b->period_timer); in destroy_cfs_bandwidth()
6471 * exist throttled cfs_rq(s), and the period_timer must have queued the in destroy_cfs_bandwidth()
H A Dsched.h434 struct hrtimer period_timer; member
/kernel/linux/linux-5.10/kernel/sched/
H A Dfair.c5320 struct hrtimer *refresh_timer = &cfs_b->period_timer; in runtime_refresh_within()
5495 container_of(timer, struct cfs_bandwidth, period_timer); in sched_cfs_period_timer()
5554 hrtimer_init(&cfs_b->period_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS_PINNED); in init_cfs_bandwidth()
5555 cfs_b->period_timer.function = sched_cfs_period_timer; in init_cfs_bandwidth()
5576 hrtimer_forward_now(&cfs_b->period_timer, cfs_b->period); in start_cfs_bandwidth()
5577 hrtimer_start_expires(&cfs_b->period_timer, HRTIMER_MODE_ABS_PINNED); in start_cfs_bandwidth()
5586 hrtimer_cancel(&cfs_b->period_timer); in destroy_cfs_bandwidth()
H A Dsched.h456 struct hrtimer period_timer; member

Completed in 69 milliseconds