Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dposix-timers.c286 .nsleep_restart = hrtimer_nanosleep_restart, in init_posix_timers()
296 .nsleep_restart = hrtimer_nanosleep_restart, in init_posix_timers()
318 .nsleep_restart = hrtimer_nanosleep_restart, in init_posix_timers()
328 .nsleep_restart = hrtimer_nanosleep_restart, in init_posix_timers()
Dhrtimer.c1532 long __sched hrtimer_nanosleep_restart(struct restart_block *restart) in hrtimer_nanosleep_restart() function
1589 restart->fn = hrtimer_nanosleep_restart; in hrtimer_nanosleep()
/linux-4.1.27/include/linux/
Dhrtimer.h433 extern long hrtimer_nanosleep_restart(struct restart_block *restart_block);
/linux-4.1.27/kernel/
Dcompat.c226 ret = hrtimer_nanosleep_restart(restart); in compat_nanosleep_restart()