Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dgpio.c196 struct ath_softc *sc = timer_container_of(sc, t, btcoex.period_timer); in ath_btcoex_period_timer()
247 mod_timer(&btcoex->period_timer, in ath_btcoex_period_timer()
288 timer_setup(&btcoex->period_timer, ath_btcoex_period_timer, 0); in ath_init_btcoex_timer()
316 mod_timer(&btcoex->period_timer, jiffies); in ath9k_btcoex_timer_resume()
333 timer_delete_sync(&btcoex->period_timer); in ath9k_btcoex_timer_pause()
H A Dath9k.h775 struct timer_list period_timer; /* Timer for BT period */ member
/linux/include/linux/
H A Dwriteback.h140 struct timer_list period_timer; /* timer for aging of completions */ member
/linux/mm/
H A Dpage-writeback.c573 mod_timer(&dom->period_timer, dom->period_time); in wb_domain_writeout_add()
611 struct wb_domain *dom = timer_container_of(dom, t, period_timer); in writeout_period()
618 mod_timer(&dom->period_timer, dom->period_time); in writeout_period()
634 timer_setup(&dom->period_timer, writeout_period, TIMER_DEFERRABLE); in wb_domain_init()
644 timer_delete_sync(&dom->period_timer); in wb_domain_exit()
/linux/kernel/sched/
H A Dfair.c6301 struct hrtimer *refresh_timer = &cfs_b->period_timer; in runtime_refresh_within()
6481 container_of(timer, struct cfs_bandwidth, period_timer); in sched_cfs_period_timer()
6543 hrtimer_setup(&cfs_b->period_timer, sched_cfs_period_timer, CLOCK_MONOTONIC, in init_cfs_bandwidth()
6547 hrtimer_set_expires(&cfs_b->period_timer, in init_cfs_bandwidth()
6570 hrtimer_forward_now(&cfs_b->period_timer, cfs_b->period); in start_cfs_bandwidth()
6571 hrtimer_start_expires(&cfs_b->period_timer, HRTIMER_MODE_ABS_PINNED); in start_cfs_bandwidth()
6582 hrtimer_cancel(&cfs_b->period_timer); in destroy_cfs_bandwidth()
H A Dsched.h457 struct hrtimer period_timer; member