Home
last modified time | relevance | path

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

/kernel/time/
Dposix-stubs.c59 SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
72 int do_clock_gettime(clockid_t which_clock, struct timespec64 *tp) in do_clock_gettime()
90 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
105 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument
124 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, in SYSCALL_DEFINE4() argument
163 SYSCALL_DEFINE2(clock_settime32, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
176 SYSCALL_DEFINE2(clock_gettime32, clockid_t, which_clock, in SYSCALL_DEFINE2() argument
191 SYSCALL_DEFINE2(clock_getres_time32, clockid_t, which_clock, in SYSCALL_DEFINE2() argument
211 SYSCALL_DEFINE4(clock_nanosleep_time32, clockid_t, which_clock, int, flags, in SYSCALL_DEFINE4() argument
Dposix-timers.c168 static int posix_clock_realtime_get(clockid_t which_clock, struct timespec64 *tp) in posix_clock_realtime_get()
175 static int posix_clock_realtime_set(const clockid_t which_clock, in posix_clock_realtime_set()
181 static int posix_clock_realtime_adj(const clockid_t which_clock, in posix_clock_realtime_adj()
190 static int posix_ktime_get_ts(clockid_t which_clock, struct timespec64 *tp) in posix_ktime_get_ts()
199 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_raw()
206 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_coarse()
212 static int posix_get_monotonic_coarse(clockid_t which_clock, in posix_get_monotonic_coarse()
219 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec64 *tp) in posix_get_coarse_res()
225 static int posix_get_boottime(const clockid_t which_clock, struct timespec64 *tp) in posix_get_boottime()
231 static int posix_get_tai(clockid_t which_clock, struct timespec64 *tp) in posix_get_tai()
[all …]
Dposix-cpu-timers.c163 posix_cpu_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in posix_cpu_clock_getres()
1219 static int do_cpu_nanosleep(const clockid_t which_clock, int flags, in do_cpu_nanosleep()
1317 static int posix_cpu_nsleep(const clockid_t which_clock, int flags, in posix_cpu_nsleep()
1346 clockid_t which_clock = restart_block->nanosleep.clockid; in posix_cpu_nsleep_restart() local
1357 static int process_cpu_clock_getres(const clockid_t which_clock, in process_cpu_clock_getres()
1362 static int process_cpu_clock_get(const clockid_t which_clock, in process_cpu_clock_get()
1372 static int process_cpu_nsleep(const clockid_t which_clock, int flags, in process_cpu_nsleep()
1377 static int thread_cpu_clock_getres(const clockid_t which_clock, in thread_cpu_clock_getres()
1382 static int thread_cpu_clock_get(const clockid_t which_clock, in thread_cpu_clock_get()
Dalarmtimer.c683 static int alarm_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in alarm_clock_getres()
700 static int alarm_clock_get(clockid_t which_clock, struct timespec64 *tp) in alarm_clock_get()
830 static int alarm_timer_nsleep(const clockid_t which_clock, int flags, in alarm_timer_nsleep()