Searched refs:hrtimer_start (Results 1 – 5 of 5) sorted by relevance
/kernel/ |
D | itimer.c | 222 hrtimer_start(timer, expires, HRTIMER_MODE_REL); in do_setitimer()
|
D | watchdog.c | 437 hrtimer_start(hrtimer, ns_to_ktime(sample_period), in watchdog_enable()
|
D | hrtimer.c | 1057 hrtimer_start(struct hrtimer *timer, ktime_t tim, const enum hrtimer_mode mode) in hrtimer_start() function 1061 EXPORT_SYMBOL_GPL(hrtimer_start);
|
/kernel/time/ |
D | alarmtimer.c | 327 ret = hrtimer_start(&alarm->timer, alarm->node.expires, in alarm_start()
|
D | tick-sched.c | 667 hrtimer_start(&ts->sched_timer, expires, in tick_nohz_stop_sched_tick()
|