Home
last modified time | relevance | path

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

/kernel/time/
Dposix-timers.c132 static int posix_get_realtime_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_timespec()
138 static ktime_t posix_get_realtime_ktime(clockid_t which_clock) in posix_get_realtime_ktime()
143 static int posix_clock_realtime_set(const clockid_t which_clock, in posix_clock_realtime_set()
149 static int posix_clock_realtime_adj(const clockid_t which_clock, in posix_clock_realtime_adj()
155 static int posix_get_monotonic_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_timespec()
162 static ktime_t posix_get_monotonic_ktime(clockid_t which_clock) in posix_get_monotonic_ktime()
167 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_raw()
174 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_coarse()
180 static int posix_get_monotonic_coarse(clockid_t which_clock, in posix_get_monotonic_coarse()
188 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec64 *tp) in posix_get_coarse_res()
[all …]
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
Dposix-cpu-timers.c160 posix_cpu_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in posix_cpu_clock_getres()
1473 static int do_cpu_nanosleep(const clockid_t which_clock, int flags, in do_cpu_nanosleep()
1564 static int posix_cpu_nsleep(const clockid_t which_clock, int flags, in posix_cpu_nsleep()
1593 clockid_t which_clock = restart_block->nanosleep.clockid; in posix_cpu_nsleep_restart() local
1604 static int process_cpu_clock_getres(const clockid_t which_clock, in process_cpu_clock_getres()
1609 static int process_cpu_clock_get(const clockid_t which_clock, in process_cpu_clock_get()
1619 static int process_cpu_nsleep(const clockid_t which_clock, int flags, in process_cpu_nsleep()
1624 static int thread_cpu_clock_getres(const clockid_t which_clock, in thread_cpu_clock_getres()
1629 static int thread_cpu_clock_get(const clockid_t which_clock, in thread_cpu_clock_get()
Dalarmtimer.c682 static int alarm_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in alarm_clock_getres()
699 static int alarm_clock_get_timespec(clockid_t which_clock, struct timespec64 *tp) in alarm_clock_get_timespec()
717 static ktime_t alarm_clock_get_ktime(clockid_t which_clock) in alarm_clock_get_ktime()
849 static int alarm_timer_nsleep(const clockid_t which_clock, int flags, in alarm_timer_nsleep()