Lines Matching refs:restart
930 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, bool restart) in remove_hrtimer() argument
948 if (!restart) in remove_hrtimer()
1213 int restart; in __run_hrtimer() local
1248 restart = fn(timer); in __run_hrtimer()
1261 if (restart != HRTIMER_NORESTART && in __run_hrtimer()
1518 long __sched hrtimer_nanosleep_restart(struct restart_block *restart) in hrtimer_nanosleep_restart() argument
1524 hrtimer_init_on_stack(&t.timer, restart->nanosleep.clockid, in hrtimer_nanosleep_restart()
1526 hrtimer_set_expires_tv64(&t.timer, restart->nanosleep.expires); in hrtimer_nanosleep_restart()
1531 rmtp = restart->nanosleep.rmtp; in hrtimer_nanosleep_restart()
1548 struct restart_block *restart; in hrtimer_nanosleep() local
1574 restart = ¤t->restart_block; in hrtimer_nanosleep()
1575 restart->fn = hrtimer_nanosleep_restart; in hrtimer_nanosleep()
1576 restart->nanosleep.clockid = t.timer.base->clockid; in hrtimer_nanosleep()
1577 restart->nanosleep.rmtp = rmtp; in hrtimer_nanosleep()
1578 restart->nanosleep.expires = hrtimer_get_expires_tv64(&t.timer); in hrtimer_nanosleep()