Searched refs:clockid_t (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dposix-timers.h22 (((clock) & (clockid_t) CPUCLOCK_PERTHREAD_MASK) != 0)
25 #define CPUCLOCK_WHICH(clock) ((clock) & (clockid_t) CPUCLOCK_CLOCK_MASK)
33 ((~(clockid_t) (pid) << 3) | (clockid_t) (clock))
41 clockid_t it_clock; /* which timer type */
71 int (*clock_getres) (const clockid_t which_clock, struct timespec *tp);
72 int (*clock_set) (const clockid_t which_clock, struct timespec * tp);
73 int (*clock_get) (const clockid_t which_clock, struct timespec * tp);
75 int (*nsleep) (const clockid_t which_clock, int flags,
87 void register_posix_clock(const clockid_t clock_i
[all...]
H A Dhrtimer.h143 clockid_t index;
323 extern void hrtimer_init(struct hrtimer *timer, clockid_t which_clock,
327 extern void hrtimer_init_on_stack(struct hrtimer *timer, clockid_t which_clock,
333 clockid_t which_clock,
372 extern int hrtimer_get_res(const clockid_t which_clock, struct timespec *tp);
417 const clockid_t clockid);
H A Dthread_info.h35 clockid_t index;
H A Dtypes.h34 typedef __kernel_clockid_t clockid_t; typedef
H A Dinterrupt.h569 clockid_t which_clock, enum hrtimer_mode mode);
H A Dsyscalls.h302 asmlinkage long sys_timer_create(clockid_t which_clock,
312 asmlinkage long sys_clock_settime(clockid_t which_clock,
314 asmlinkage long sys_clock_gettime(clockid_t which_clock,
316 asmlinkage long sys_clock_getres(clockid_t which_clock,
318 asmlinkage long sys_clock_nanosleep(clockid_t which_clock, int flags,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dposix-timers.c138 static int common_nsleep(const clockid_t, int flags, struct timespec *t,
170 static inline int common_clock_getres(const clockid_t which_clock,
181 static int common_clock_get(clockid_t which_clock, struct timespec *tp)
187 static inline int common_clock_set(const clockid_t which_clock,
204 static int no_nsleep(const clockid_t which_clock, int flags,
211 * Return nonzero if we know a priori this clockid_t value is bogus.
213 static inline int invalid_clockid(const clockid_t which_clock)
229 static int posix_ktime_get_ts(clockid_t which_clock, struct timespec *tp)
238 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec *tp)
245 static int posix_get_realtime_coarse(clockid_t which_cloc
488 SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock, struct sigevent __user *, timer_event_spec, timer_t __user *, created_timer_id) argument
908 SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, const struct timespec __user *, tp) argument
921 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, struct timespec __user *,tp) argument
938 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct timespec __user *, tp) argument
968 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, const struct timespec __user *, rqtp, struct timespec __user *, rmtp) argument
[all...]
H A Dposix-cpu-timers.c28 static int check_clock(const clockid_t which_clock)
52 timespec_to_sample(const clockid_t which_clock, const struct timespec *tp)
64 static void sample_to_timespec(const clockid_t which_clock,
74 static inline int cpu_time_before(const clockid_t which_clock,
84 static inline void cpu_time_add(const clockid_t which_clock,
94 static inline union cpu_time_count cpu_time_sub(const clockid_t which_clock,
179 int posix_cpu_clock_getres(const clockid_t which_clock, struct timespec *tp)
197 int posix_cpu_clock_set(const clockid_t which_clock, const struct timespec *tp)
214 static int cpu_clock_sample(const clockid_t which_clock, struct task_struct *p,
295 static int cpu_clock_sample_group(const clockid_t which_cloc
[all...]
H A Dhrtimer.c421 static void __hrtimer_init(struct hrtimer *timer, clockid_t clock_id,
424 void hrtimer_init_on_stack(struct hrtimer *timer, clockid_t clock_id,
444 debug_init(struct hrtimer *timer, clockid_t clockid,
1145 static void __hrtimer_init(struct hrtimer *timer, clockid_t clock_id,
1173 void hrtimer_init(struct hrtimer *timer, clockid_t clock_id,
1189 int hrtimer_get_res(const clockid_t which_clock, struct timespec *tp)
1563 const enum hrtimer_mode mode, const clockid_t clockid)
H A Dcompat.c528 long compat_sys_timer_create(clockid_t which_clock,
586 long compat_sys_clock_settime(clockid_t which_clock,
603 long compat_sys_clock_gettime(clockid_t which_clock,
620 long compat_sys_clock_getres(clockid_t which_clock,
661 long compat_sys_clock_nanosleep(clockid_t which_clock, int flags,
H A Dsoftirq.c555 clockid_t which_clock, enum hrtimer_mode mode)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A Dvclock_gettime.c114 notrace int __vdso_clock_gettime(clockid_t clock, struct timespec *ts)
133 int clock_gettime(clockid_t, struct timespec *)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/events/
H A Dtimer.h132 TP_PROTO(struct hrtimer *hrtimer, clockid_t clockid,
139 __field( clockid_t, clockid )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/profile/
H A Dprofile.c33 clockid_t __profile_clock;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Decos_timer.c437 #define clockid_t int macro
439 clock_gettime(clockid_t clock_id, struct timespec *tp)
H A Dbsd_timer.c184 clockid_t clock_id, /* clock ID (always CLOCK_REALTIME) */
200 clockid_t clock_id, /* clock ID (always CLOCK_REALTIME) */
H A Dlinux_timer.c188 clockid_t clock_id, /* clock ID (always CLOCK_REALTIME) */
204 clockid_t clock_id, /* clock ID (always CLOCK_REALTIME) */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dmmtimer.c473 static int sgi_clock_get(clockid_t clockid, struct timespec *tp)
484 static int sgi_clock_set(clockid_t clockid, struct timespec *tp)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dcompat_wrapper.S1267 lgfr %r2,%r2 # clockid_t (int)
1273 lgfr %r2,%r2 # clockid_t (int)
1279 lgfr %r2,%r2 # clockid_t (int)
1285 lgfr %r2,%r2 # clockid_t (int)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsmbprofile.h779 extern clockid_t __profile_clock;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A Dconfigure[all...]

Completed in 315 milliseconds