Home
last modified time | relevance | path

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

/kernel/time/
Dposix-stubs.c51 SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
64 int do_clock_gettime(clockid_t which_clock, struct timespec64 *tp) in do_clock_gettime()
82 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
97 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct timespec __user *, tp) in SYSCALL_DEFINE2() argument
116 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, in SYSCALL_DEFINE4() argument
154 COMPAT_SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, in COMPAT_SYSCALL_DEFINE2() argument
167 COMPAT_SYSCALL_DEFINE2(clock_gettime, clockid_t, which_clock, in COMPAT_SYSCALL_DEFINE2() argument
182 COMPAT_SYSCALL_DEFINE2(clock_getres, clockid_t, which_clock, in COMPAT_SYSCALL_DEFINE2() argument
202 COMPAT_SYSCALL_DEFINE4(clock_nanosleep, clockid_t, which_clock, int, flags, in COMPAT_SYSCALL_DEFINE4() argument
Dposix-timers.c198 static int posix_clock_realtime_get(clockid_t which_clock, struct timespec64 *tp) in posix_clock_realtime_get()
205 static int posix_clock_realtime_set(const clockid_t which_clock, in posix_clock_realtime_set()
211 static int posix_clock_realtime_adj(const clockid_t which_clock, in posix_clock_realtime_adj()
220 static int posix_ktime_get_ts(clockid_t which_clock, struct timespec64 *tp) in posix_ktime_get_ts()
229 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_raw()
236 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_coarse()
242 static int posix_get_monotonic_coarse(clockid_t which_clock, in posix_get_monotonic_coarse()
249 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec64 *tp) in posix_get_coarse_res()
255 static int posix_get_boottime(const clockid_t which_clock, struct timespec64 *tp) in posix_get_boottime()
261 static int posix_get_tai(clockid_t which_clock, struct timespec64 *tp) in posix_get_tai()
[all …]
Dposix-cpu-timers.c37 static int check_clock(const clockid_t which_clock) in check_clock()
125 posix_cpu_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in posix_cpu_clock_getres()
144 posix_cpu_clock_set(const clockid_t which_clock, const struct timespec64 *tp) in posix_cpu_clock_set()
161 static int cpu_clock_sample(const clockid_t which_clock, in cpu_clock_sample()
243 static int cpu_clock_sample_group(const clockid_t which_clock, in cpu_clock_sample_group()
269 const clockid_t which_clock, in posix_cpu_clock_get_task()
290 static int posix_cpu_clock_get(const clockid_t which_clock, struct timespec64 *tp) in posix_cpu_clock_get()
545 static int cpu_timer_sample_group(const clockid_t which_clock, in cpu_timer_sample_group()
1233 static int do_cpu_nanosleep(const clockid_t which_clock, int flags, in do_cpu_nanosleep()
1330 static int posix_cpu_nsleep(const clockid_t which_clock, int flags, in posix_cpu_nsleep()
[all …]
Dalarmtimer.c642 static int alarm_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in alarm_clock_getres()
659 static int alarm_clock_get(clockid_t which_clock, struct timespec64 *tp) in alarm_clock_get()
789 static int alarm_timer_nsleep(const clockid_t which_clock, int flags, in alarm_timer_nsleep()
/kernel/
Dsoftirq.c632 clockid_t which_clock, enum hrtimer_mode mode) in tasklet_hrtimer_init()