H A D | posix-stubs.c | 26 SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument 31 if (which_clock != CLOCK_REALTIME) in SYSCALL_DEFINE2() 39 static int do_clock_gettime(clockid_t which_clock, struct timespec64 *tp) in do_clock_gettime() argument 41 switch (which_clock) { in do_clock_gettime() 60 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument 66 ret = do_clock_gettime(which_clock, &kernel_tp); in SYSCALL_DEFINE2() 75 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument 82 switch (which_clock) { in SYSCALL_DEFINE2() 94 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, in SYSCALL_DEFINE4() argument 101 switch (which_clock) { in SYSCALL_DEFINE4() 129 SYSCALL_DEFINE2(clock_settime32,const clockid_t,which_clock,struct old_timespec32 __user *,tp) SYSCALL_DEFINE2() argument 142 SYSCALL_DEFINE2(clock_gettime32,clockid_t,which_clock,struct old_timespec32 __user *,tp) SYSCALL_DEFINE2() argument 157 SYSCALL_DEFINE2(clock_getres_time32,clockid_t,which_clock,struct old_timespec32 __user *,tp) SYSCALL_DEFINE2() argument 177 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...] |