Searched refs:hrtimer_nanosleep (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/kernel/time/ |
H A D | posix-stubs.c | 122 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in SYSCALL_DEFINE4() 205 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in SYSCALL_DEFINE4()
|
H A D | hrtimer.c | 2090 long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode, in hrtimer_nanosleep() function 2139 return hrtimer_nanosleep(timespec64_to_ktime(tu), HRTIMER_MODE_REL, in SYSCALL_DEFINE2() 2161 return hrtimer_nanosleep(timespec64_to_ktime(tu), HRTIMER_MODE_REL, in SYSCALL_DEFINE2()
|
H A D | posix-timers.c | 1350 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep() 1368 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep_timens()
|
/openbmc/linux/include/linux/ |
H A D | hrtimer.h | 514 extern long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode,
|
/openbmc/linux/Documentation/trace/ |
H A D | ftrace.rst | 3034 hrtimer_nanosleep 3073 hrtimer_nanosleep
|