Searched refs:HRTIMER_MODE_ABS_PINNED (Results 1 – 10 of 10) sorted by relevance
| /linux-4.4.14/kernel/time/ |
| D | tick-broadcast-hrtimer.c | 67 HRTIMER_MODE_ABS_PINNED);}); in bc_set_next()
|
| D | tick-sched.c | 566 hrtimer_start_expires(&ts->sched_timer, HRTIMER_MODE_ABS_PINNED); in tick_nohz_restart() 688 hrtimer_start(&ts->sched_timer, tick, HRTIMER_MODE_ABS_PINNED); in tick_nohz_stop_sched_tick() 1117 hrtimer_start_expires(&ts->sched_timer, HRTIMER_MODE_ABS_PINNED); in tick_setup_sched_timer()
|
| /linux-4.4.14/include/linux/ |
| D | hrtimer.h | 37 HRTIMER_MODE_ABS_PINNED = 0x02, enumerator
|
| /linux-4.4.14/net/sched/ |
| D | sch_api.c | 595 hrtimer_init(&wd->timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS_PINNED); in qdisc_watchdog_init() 612 HRTIMER_MODE_ABS_PINNED); in qdisc_watchdog_schedule_ns()
|
| D | sch_cbq.c | 620 hrtimer_start(&q->delay_timer, time, HRTIMER_MODE_ABS_PINNED); in cbq_undelay() 1389 hrtimer_init(&q->delay_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS_PINNED); in cbq_init()
|
| D | sch_htb.c | 937 HRTIMER_MODE_ABS_PINNED); in htb_dequeue()
|
| /linux-4.4.14/kernel/sched/ |
| D | rt.c | 62 hrtimer_start_expires(&rt_b->rt_period_timer, HRTIMER_MODE_ABS_PINNED); in start_rt_bandwidth()
|
| D | fair.c | 3964 hrtimer_init(&cfs_b->period_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS_PINNED); in init_cfs_bandwidth() 3983 hrtimer_start_expires(&cfs_b->period_timer, HRTIMER_MODE_ABS_PINNED); in start_cfs_bandwidth()
|
| D | core.c | 340 hrtimer_start_expires(timer, HRTIMER_MODE_ABS_PINNED); in __hrtick_restart()
|
| /linux-4.4.14/kernel/events/ |
| D | core.c | 803 hrtimer_init(timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS_PINNED); in __perf_mux_hrtimer_init() 821 hrtimer_start_expires(timer, HRTIMER_MODE_ABS_PINNED); in perf_mux_hrtimer_restart()
|