• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/

Lines Matching refs:clockid_t

138 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_clock, struct timespec *tp)
251 static int posix_get_monotonic_coarse(clockid_t which_clock,
258 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec *tp)
445 void register_posix_clock(const clockid_t clock_id, struct k_clock *new_clock)
488 SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock,
891 int do_posix_clock_nosettime(const clockid_t clockid, struct timespec *tp)
897 int do_posix_clock_nonanosleep(const clockid_t clock, int flags,
908 SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock,
921 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock,
938 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock,
960 static int common_nsleep(const clockid_t which_clock, int flags,
968 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags,
1002 clockid_t which_clock = restart_block->arg0;