Searched defs:which_clock (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dposix-timers.c170 static inline int common_clock_getres(const clockid_t which_clock, argument
181 static int common_clock_get(clockid_t which_clock, struct timespec *tp) argument
187 static inline int common_clock_set(const clockid_t which_clock, argument
204 static int no_nsleep(const clockid_t which_clock, int flags, argument
213 static inline int invalid_clockid(const clockid_t which_clock) argument
229 posix_ktime_get_ts(clockid_t which_clock, struct timespec *tp) argument
238 posix_get_monotonic_raw(clockid_t which_clock, struct timespec *tp) argument
245 posix_get_realtime_coarse(clockid_t which_clock, struct timespec *tp) argument
251 posix_get_monotonic_coarse(clockid_t which_clock, struct timespec *tp) argument
258 posix_get_coarse_res(const clockid_t which_clock, struct timespec *tp) argument
960 common_nsleep(const clockid_t which_clock, int flags, struct timespec *tsave, struct timespec __user *rmtp) argument
1002 clockid_t which_clock = restart_block->arg0; local
[all...]
H A Dsoftirq.c553 tasklet_hrtimer_init(struct tasklet_hrtimer *ttimer, enum hrtimer_restart (*function)(struct hrtimer *), clockid_t which_clock, enum hrtimer_mode mode) argument
H A Dcompat.c528 long compat_sys_timer_create(clockid_t which_clock, argument
586 long compat_sys_clock_settime(clockid_t which_clock, argument
603 long compat_sys_clock_gettime(clockid_t which_clock, argument
620 long compat_sys_clock_getres(clockid_t which_clock, argument
661 long compat_sys_clock_nanosleep(clockid_t which_clock, int flags, argument
[all...]
H A Dhrtimer.c1189 int hrtimer_get_res(const clockid_t which_clock, struct timespec *tp) argument
H A Dposix-cpu-timers.c28 static int check_clock(const clockid_t which_clock) argument
52 timespec_to_sample(const clockid_t which_clock, const struct timespec *tp) argument
64 static void sample_to_timespec(const clockid_t which_clock, argument
74 static inline int cpu_time_before(const clockid_t which_clock, argument
84 cpu_time_add(const clockid_t which_clock, union cpu_time_count *acc, union cpu_time_count val) argument
94 cpu_time_sub(const clockid_t which_clock, union cpu_time_count a, union cpu_time_count b) argument
179 posix_cpu_clock_getres(const clockid_t which_clock, struct timespec *tp) argument
197 posix_cpu_clock_set(const clockid_t which_clock, const struct timespec *tp) argument
214 cpu_clock_sample(const clockid_t which_clock, struct task_struct *p, union cpu_time_count *cpu) argument
295 cpu_clock_sample_group(const clockid_t which_clock, struct task_struct *p, union cpu_time_count *cpu) argument
320 posix_cpu_clock_get(const clockid_t which_clock, struct timespec *tp) argument
639 cpu_timer_sample_group(const clockid_t which_clock, struct task_struct *p, union cpu_time_count *cpu) argument
1418 do_cpu_nanosleep(const clockid_t which_clock, int flags, struct timespec *rqtp, struct itimerspec *it) argument
1484 posix_cpu_nsleep(const clockid_t which_clock, int flags, struct timespec *rqtp, struct timespec __user *rmtp) argument
1523 clockid_t which_clock = restart_block->arg0; local
1557 process_cpu_clock_getres(const clockid_t which_clock, struct timespec *tp) argument
1562 process_cpu_clock_get(const clockid_t which_clock, struct timespec *tp) argument
1572 process_cpu_nsleep(const clockid_t which_clock, int flags, struct timespec *rqtp, struct timespec __user *rmtp) argument
1582 thread_cpu_clock_getres(const clockid_t which_clock, struct timespec *tp) argument
1587 thread_cpu_clock_get(const clockid_t which_clock, struct timespec *tp) argument
1597 thread_cpu_nsleep(const clockid_t which_clock, int flags, struct timespec *rqtp, struct timespec __user *rmtp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhrtimer.h332 hrtimer_init_on_stack(struct hrtimer *timer, clockid_t which_clock, enum hrtimer_mode mode) argument

Completed in 276 milliseconds