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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dposix-timers.c171 static inline int common_clock_getres(const clockid_t which_clock, argument
182 static int common_clock_get(clockid_t which_clock, struct timespec *tp) argument
188 static inline int common_clock_set(const clockid_t which_clock, argument
203 static inline int invalid_clockid(const clockid_t which_clock) argument
219 static int posix_ktime_get_ts(clockid_t which_clock, struc argument
439 sys_timer_create(const clockid_t which_clock, struct sigevent __user *timer_event_spec, timer_t __user * created_timer_id) argument
904 sys_clock_settime(const clockid_t which_clock, const struct timespec __user *tp) argument
918 sys_clock_gettime(const clockid_t which_clock, struct timespec __user *tp) argument
935 sys_clock_getres(const clockid_t which_clock, struct timespec __user *tp) argument
956 common_nsleep(const clockid_t which_clock, int flags, struct timespec *tsave, struct timespec __user *rmtp) argument
965 sys_clock_nanosleep(const clockid_t which_clock, int flags, const struct timespec __user *rqtp, struct timespec __user *rmtp) argument
999 clockid_t which_clock = restart_block->arg0; local
[all...]
H A Dcompat.c496 long compat_sys_timer_create(clockid_t which_clock, argument
554 long compat_sys_clock_settime(clockid_t which_clock, argument
571 long compat_sys_clock_gettime(clockid_t which_clock, argument
588 long compat_sys_clock_getres(clockid_t which_clock, argument
629 long compat_sys_clock_nanosleep(clockid_t which_clock, int flags, argument
[all...]
H A Dhrtimer.c989 int hrtimer_get_res(const clockid_t which_clock, struct timespec *tp) argument
H A Dposix-cpu-timers.c10 static int check_clock(const clockid_t which_clock) argument
34 timespec_to_sample(const clockid_t which_clock, const struct timespec *tp) argument
46 static void sample_to_timespec(const clockid_t which_clock, argument
58 static inline int cpu_time_before(const clockid_t which_clock, argument
68 cpu_time_add(const clockid_t which_clock, union cpu_time_count *acc, union cpu_time_count val) argument
78 cpu_time_sub(const clockid_t which_clock, union cpu_time_count a, union cpu_time_count b) argument
167 posix_cpu_clock_getres(const clockid_t which_clock, struct timespec *tp) argument
185 posix_cpu_clock_set(const clockid_t which_clock, const struct timespec *tp) argument
202 cpu_clock_sample(const clockid_t which_clock, struct task_struct *p, union cpu_time_count *cpu) argument
264 cpu_clock_sample_group(const clockid_t which_clock, struct task_struct *p, union cpu_time_count *cpu) argument
278 posix_cpu_clock_get(const clockid_t which_clock, struct timespec *tp) argument
1416 do_cpu_nanosleep(const clockid_t which_clock, int flags, struct timespec *rqtp, struct itimerspec *it) argument
1482 posix_cpu_nsleep(const clockid_t which_clock, int flags, struct timespec *rqtp, struct timespec __user *rmtp) argument
1521 clockid_t which_clock = restart_block->arg0; local
1555 process_cpu_clock_getres(const clockid_t which_clock, struct timespec *tp) argument
1560 process_cpu_clock_get(const clockid_t which_clock, struct timespec *tp) argument
1570 process_cpu_nsleep(const clockid_t which_clock, int flags, struct timespec *rqtp, struct timespec __user *rmtp) argument
1580 thread_cpu_clock_getres(const clockid_t which_clock, struct timespec *tp) argument
1585 thread_cpu_clock_get(const clockid_t which_clock, struct timespec *tp) argument
1595 thread_cpu_nsleep(const clockid_t which_clock, int flags, struct timespec *rqtp, struct timespec __user *rmtp) argument
[all...]

Completed in 133 milliseconds