Home
last modified time | relevance | path

Searched refs:hrtimer_nanosleep_restart (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/kernel/time/
Dposix-timers.c293 .nsleep_restart = hrtimer_nanosleep_restart, in init_posix_timers()
303 .nsleep_restart = hrtimer_nanosleep_restart, in init_posix_timers()
325 .nsleep_restart = hrtimer_nanosleep_restart, in init_posix_timers()
335 .nsleep_restart = hrtimer_nanosleep_restart, in init_posix_timers()
Dhrtimer.c1518 long __sched hrtimer_nanosleep_restart(struct restart_block *restart) in hrtimer_nanosleep_restart() function
1575 restart->fn = hrtimer_nanosleep_restart; in hrtimer_nanosleep()
/linux-4.4.14/include/linux/
Dhrtimer.h475 extern long hrtimer_nanosleep_restart(struct restart_block *restart_block);
/linux-4.4.14/kernel/
Dcompat.c226 ret = hrtimer_nanosleep_restart(restart); in compat_nanosleep_restart()