Home
last modified time | relevance | path

Searched defs:which_clock (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/time/
H A Dposix-timers.c217 static ktime_t posix_get_monotonic_ktime(clockid_t which_clock) in posix_get_monotonic_timespec() argument
229 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_raw() argument
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...]
H A Dposix-stubs.c26 SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
39 static int do_clock_gettime(clockid_t which_clock, struct timespec64 *tp) in do_clock_gettime()
60 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
75 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument
94 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, in SYSCALL_DEFINE4() argument
129 SYSCALL_DEFINE2(clock_settime32, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
142 SYSCALL_DEFINE2(clock_gettime32, clockid_t, which_clock, in SYSCALL_DEFINE2() argument
157 SYSCALL_DEFINE2(clock_getres_time32, clockid_t, which_clock, in SYSCALL_DEFINE2() argument
177 SYSCALL_DEFINE4(clock_nanosleep_time32, clockid_t, which_clock, int, flags, in SYSCALL_DEFINE4() argument
H A Dalarmtimer.c608 static int alarm_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in alarm_clock_getres()
625 static int alarm_clock_get_timespec(clockid_t which_clock, struct timespec64 *tp) in alarm_clock_get_timespec()
643 static ktime_t alarm_clock_get_ktime(clockid_t which_clock) in alarm_clock_get_ktime()
771 static int alarm_timer_nsleep(const clockid_t which_clock, int flags, in alarm_timer_nsleep()
/linux/arch/sparc/kernel/
H A Dsys_sparc_64.c592 SYSCALL_DEFINE2(sparc_clock_adjtime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument