Searched defs:clockid_t (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/time/
H A Dposix-stubs.c26 SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, argument
60 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, argument
75 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) argument
94 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, argument
129 SYSCALL_DEFINE2(clock_settime32, const clockid_t, which_clock, argument
H A Dposix-timers.c530 SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock, struct sigevent __user *, timer_event_spec, timer_t __user *, created_timer_id) argument
1113 SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, const struct __kernel_timespec __user *, tp) argument
1132 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) argument
1162 SYSCALL_DEFINE2(clock_adjtime, const clockid_t, which_clock, struct __kernel_timex __user *, utx) argument
1252 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) argument
1373 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, const struct __kernel_timespec __user *, rqtp, struct __kernel_timespec __user *, rmtp) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dsys_sparc_64.c575 SYSCALL_DEFINE2(sparc_clock_adjtime, const clockid_t, which_clock, argument
/linux-master/include/linux/
H A Dtypes.h32 typedef __kernel_clockid_t clockid_t; typedef

Completed in 258 milliseconds