Home
last modified time | relevance | path

Searched refs:nsleep_restart (Results 1 – 3 of 3) 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()
1120 if (WARN_ON_ONCE(!kc || !kc->nsleep_restart)) in clock_nanosleep_restart()
1123 return kc->nsleep_restart(restart_block); in clock_nanosleep_restart()
Dposix-cpu-timers.c1444 .nsleep_restart = posix_cpu_nsleep_restart,
1457 .nsleep_restart = process_cpu_nsleep_restart, in init_posix_cpu_timers()
/linux-4.1.27/include/linux/
Dposix-timers.h108 long (*nsleep_restart) (struct restart_block *restart_block); member