| H A D | posix-timers.c | 58 static const struct k_clock *clockid_to_kclock(const clockid_t id); 187 static int posix_get_realtime_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_timer_add() 193 static ktime_t posix_get_realtime_ktime(clockid_t which_clock) 198 static int posix_clock_realtime_set(const clockid_t which_clock, in posix_get_realtime_timespec() 204 static int posix_clock_realtime_adj(const clockid_t which_clock, 210 static int posix_get_monotonic_timespec(clockid_t which_clock, struct timespec64 *tp) 217 static ktime_t posix_get_monotonic_ktime(clockid_t which_clock) in posix_get_monotonic_timespec() 222 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_timespec() 229 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_raw() 235 static int posix_get_monotonic_coarse(clockid_t which_cloc in posix_get_monotonic_raw() 573 SYSCALL_DEFINE3(timer_create,const clockid_t,which_clock,struct sigevent __user *,timer_event_spec,timer_t __user *,created_timer_id) SYSCALL_DEFINE3() argument 588 COMPAT_SYSCALL_DEFINE3(timer_create,clockid_t,which_clock,struct compat_sigevent __user *,timer_event_spec,timer_t __user *,created_timer_id) COMPAT_SYSCALL_DEFINE3() argument 1115 SYSCALL_DEFINE2(clock_settime,const clockid_t,which_clock,const struct __kernel_timespec __user *,tp) SYSCALL_DEFINE2() argument 1134 SYSCALL_DEFINE2(clock_gettime,const clockid_t,which_clock,struct __kernel_timespec __user *,tp) SYSCALL_DEFINE2() argument 1164 SYSCALL_DEFINE2(clock_adjtime,const clockid_t,which_clock,struct __kernel_timex __user *,utx) SYSCALL_DEFINE2() argument 1254 SYSCALL_DEFINE2(clock_getres,const clockid_t,which_clock,struct __kernel_timespec __user *,tp) SYSCALL_DEFINE2() argument 1274 SYSCALL_DEFINE2(clock_settime32,clockid_t,which_clock,struct old_timespec32 __user *,tp) SYSCALL_DEFINE2() argument 1289 SYSCALL_DEFINE2(clock_gettime32,clockid_t,which_clock,struct old_timespec32 __user *,tp) SYSCALL_DEFINE2() argument 1307 SYSCALL_DEFINE2(clock_adjtime32,clockid_t,which_clock,struct old_timex32 __user *,utp) SYSCALL_DEFINE2() argument 1325 SYSCALL_DEFINE2(clock_getres_time32,clockid_t,which_clock,struct old_timespec32 __user *,tp) SYSCALL_DEFINE2() argument 1375 SYSCALL_DEFINE4(clock_nanosleep,const clockid_t,which_clock,int,flags,const struct __kernel_timespec __user *,rqtp,struct __kernel_timespec __user *,rmtp) SYSCALL_DEFINE4() argument 1403 SYSCALL_DEFINE4(clock_nanosleep_time32,clockid_t,which_clock,int,flags,struct old_timespec32 __user *,rqtp,struct old_timespec32 __user *,rmtp) SYSCALL_DEFINE4() argument [all...] |