| H A D | posix-timers.c | 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() argument 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() argument 235 static int posix_get_monotonic_coarse(clockid_t which_clock, 243 static int posix_get_coarse_res(const clockid_t which_clock, struc in posix_get_monotonic_coarse() 194 posix_get_realtime_timespec(clockid_t which_clock,struct timespec64 * tp) posix_get_realtime_timespec() argument 200 posix_get_realtime_ktime(clockid_t which_clock) posix_get_realtime_ktime() argument 205 posix_clock_realtime_set(const clockid_t which_clock,const struct timespec64 * tp) posix_clock_realtime_set() argument 211 posix_clock_realtime_adj(const clockid_t which_clock,struct __kernel_timex * t) posix_clock_realtime_adj() argument 224 posix_get_monotonic_ktime(clockid_t which_clock) posix_get_monotonic_ktime() argument 236 posix_get_realtime_coarse(clockid_t which_clock,struct timespec64 * tp) posix_get_realtime_coarse() argument 242 posix_get_monotonic_coarse(clockid_t which_clock,struct timespec64 * tp) posix_get_monotonic_coarse() argument 250 posix_get_coarse_res(const clockid_t which_clock,struct timespec64 * tp) posix_get_coarse_res() argument 256 posix_get_boottime_timespec(const clockid_t which_clock,struct timespec64 * tp) posix_get_boottime_timespec() argument 263 posix_get_boottime_ktime(const clockid_t which_clock) posix_get_boottime_ktime() argument 268 posix_get_tai_timespec(clockid_t which_clock,struct timespec64 * tp) posix_get_tai_timespec() argument 274 posix_get_tai_ktime(clockid_t which_clock) posix_get_tai_ktime() argument 279 posix_get_hrtimer_res(clockid_t which_clock,struct timespec64 * tp) posix_get_hrtimer_res() argument 465 do_timer_create(clockid_t which_clock,struct sigevent * event,timer_t __user * created_timer_id) do_timer_create() argument 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 1152 do_clock_adjtime(const clockid_t which_clock,struct __kernel_timex * ktx) do_clock_adjtime() 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 1347 common_nsleep(const clockid_t which_clock,int flags,const struct timespec64 * rqtp) common_nsleep() argument 1362 common_nsleep_timens(const clockid_t which_clock,int flags,const struct timespec64 * rqtp) common_nsleep_timens() 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...] |