Lines Matching refs:restart
1204 int restart; in __run_hrtimer() local
1220 restart = fn(timer); in __run_hrtimer()
1229 if (restart != HRTIMER_NORESTART) { in __run_hrtimer()
1532 long __sched hrtimer_nanosleep_restart(struct restart_block *restart) in hrtimer_nanosleep_restart() argument
1538 hrtimer_init_on_stack(&t.timer, restart->nanosleep.clockid, in hrtimer_nanosleep_restart()
1540 hrtimer_set_expires_tv64(&t.timer, restart->nanosleep.expires); in hrtimer_nanosleep_restart()
1545 rmtp = restart->nanosleep.rmtp; in hrtimer_nanosleep_restart()
1562 struct restart_block *restart; in hrtimer_nanosleep() local
1588 restart = ¤t->restart_block; in hrtimer_nanosleep()
1589 restart->fn = hrtimer_nanosleep_restart; in hrtimer_nanosleep()
1590 restart->nanosleep.clockid = t.timer.base->clockid; in hrtimer_nanosleep()
1591 restart->nanosleep.rmtp = rmtp; in hrtimer_nanosleep()
1592 restart->nanosleep.expires = hrtimer_get_expires_tv64(&t.timer); in hrtimer_nanosleep()