Home
last modified time | relevance | path

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

/linux-3.3/kernel/
Dposix-cpu-timers.c28 static int check_clock(const clockid_t which_clock) in check_clock()
52 timespec_to_sample(const clockid_t which_clock, const struct timespec *tp) in timespec_to_sample()
64 static void sample_to_timespec(const clockid_t which_clock, in sample_to_timespec()
74 static inline int cpu_time_before(const clockid_t which_clock, in cpu_time_before()
84 static inline void cpu_time_add(const clockid_t which_clock, in cpu_time_add()
94 static inline union cpu_time_count cpu_time_sub(const clockid_t which_clock, in cpu_time_sub()
165 posix_cpu_clock_getres(const clockid_t which_clock, struct timespec *tp) in posix_cpu_clock_getres()
184 posix_cpu_clock_set(const clockid_t which_clock, const struct timespec *tp) in posix_cpu_clock_set()
201 static int cpu_clock_sample(const clockid_t which_clock, struct task_struct *p, in cpu_clock_sample()
283 static int cpu_clock_sample_group(const clockid_t which_clock, in cpu_clock_sample_group()
[all …]
Dposix-timers.c161 static int posix_clock_realtime_get(clockid_t which_clock, struct timespec *tp) in posix_clock_realtime_get()
168 static int posix_clock_realtime_set(const clockid_t which_clock, in posix_clock_realtime_set()
174 static int posix_clock_realtime_adj(const clockid_t which_clock, in posix_clock_realtime_adj()
183 static int posix_ktime_get_ts(clockid_t which_clock, struct timespec *tp) in posix_ktime_get_ts()
192 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec *tp) in posix_get_monotonic_raw()
199 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec *tp) in posix_get_realtime_coarse()
205 static int posix_get_monotonic_coarse(clockid_t which_clock, in posix_get_monotonic_coarse()
212 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec *tp) in posix_get_coarse_res()
218 static int posix_get_boottime(const clockid_t which_clock, struct timespec *tp) in posix_get_boottime()
535 SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock, in SYSCALL_DEFINE3() argument
[all …]
Dcompat.c596 long compat_sys_timer_create(clockid_t which_clock, in compat_sys_timer_create()
654 long compat_sys_clock_settime(clockid_t which_clock, in compat_sys_clock_settime()
671 long compat_sys_clock_gettime(clockid_t which_clock, in compat_sys_clock_gettime()
688 long compat_sys_clock_adjtime(clockid_t which_clock, in compat_sys_clock_adjtime()
711 long compat_sys_clock_getres(clockid_t which_clock, in compat_sys_clock_getres()
752 long compat_sys_clock_nanosleep(clockid_t which_clock, int flags, in compat_sys_clock_nanosleep()
Dsoftirq.c584 clockid_t which_clock, enum hrtimer_mode mode) in tasklet_hrtimer_init()
Dhrtimer.c1185 int hrtimer_get_res(const clockid_t which_clock, struct timespec *tp) in hrtimer_get_res()
/linux-3.3/kernel/time/
Dalarmtimer.c466 static int alarm_clock_getres(const clockid_t which_clock, struct timespec *tp) in alarm_clock_getres()
483 static int alarm_clock_get(clockid_t which_clock, struct timespec *tp) in alarm_clock_get()
699 static int alarm_timer_nsleep(const clockid_t which_clock, int flags, in alarm_timer_nsleep()
/linux-3.3/drivers/char/
Dmmtimer.c768 static int sgi_clock_getres(const clockid_t which_clock, struct timespec *tp) in sgi_clock_getres()
/linux-3.3/include/linux/
Dhrtimer.h340 clockid_t which_clock, in hrtimer_init_on_stack()