/linux/tools/include/nolibc/ |
H A D | time.h | 44 int sys_clock_getres(clockid_t clockid, struct timespec *res) in sys_clock_getres() argument 62 int clock_getres(clockid_t clockid, struct timespec *res) in clock_getres() argument 68 sys_clock_gettime(clockid_t clockid,struct timespec * tp) sys_clock_gettime() argument 86 clock_gettime(clockid_t clockid,struct timespec * tp) clock_gettime() argument 92 sys_clock_settime(clockid_t clockid,struct timespec * tp) sys_clock_settime() argument 107 clock_settime(clockid_t clockid,struct timespec * tp) clock_settime() argument 113 sys_clock_nanosleep(clockid_t clockid,int flags,const struct timespec * rqtp,struct timespec * rmtp) sys_clock_nanosleep() argument 133 clock_nanosleep(clockid_t clockid,int flags,const struct timespec * rqtp,struct timespec * rmtp) clock_nanosleep() argument 173 sys_timer_create(clockid_t clockid,struct sigevent * evp,timer_t * timerid) sys_timer_create() argument 179 timer_create(clockid_t clockid,struct sigevent * evp,timer_t * timerid) timer_create() argument [all...] |
/linux/tools/testing/selftests/timers/ |
H A D | nanosleep.c | 38 char *clockstring(int clockid) in clockstring() argument 89 int nanosleep_test(int clockid, long long ns) in nanosleep_test() argument 122 int clockid, re in main() local [all...] |
H A D | nsleep-lat.c | 37 char *clockstring(int clockid) in clockstring() argument 85 int nanosleep_lat_test(int clockid, long long ns) in nanosleep_lat_test() argument 134 int clockid, ret; main() local [all...] |
H A D | inconsistency-check.c | 39 char *clockstring(int clockid) in clockstring() argument 142 int clockid, opt; in main() local [all...] |
H A D | alarmtimer-suspend.c | 43 char *clockstring(int clockid) in clockstring() argument
|
H A D | set-timer-lat.c | 46 char *clockstring(int clockid) in clockstring() argument
|
/linux/tools/include/nolibc/sys/ |
H A D | timerfd.h | 20 int sys_timerfd_create(int clockid, int flags) in sys_timerfd_create() argument 26 int timerfd_create(int clockid, int flags) in timerfd_create() argument
|
/linux/tools/testing/selftests/timens/ |
H A D | timerfd.c | 18 static int tclock_gettime(clockid_t clockid, struct timespec *now) in tclock_gettime() argument 25 static int run_test(int clockid, struct timespec now) in run_test() argument [all...] |
H A D | clock_nanosleep.c | 28 int clockid; member 41 static int run_test(int clockid, int abs) in run_test() argument [all...] |
H A D | futex.c | 20 static int run_test(int clockid) in run_test() argument
|
H A D | gettime_perf.c | 47 static void test(clock_t clockid, char *clockstr, bool in_ns) in test() argument
|
H A D | timer.c | 18 static int run_test(int clockid, struct timespec now) in run_test() argument
|
H A D | timens.h | 30 static inline bool check_skip(int clockid) in check_skip() argument
|
/linux/include/linux/ |
H A D | time_namespace.h | 62 int clockid; member 100 static inline ktime_t timens_ktime_to_host(clockid_t clockid, ktime_t tim) in timens_ktime_to_host() argument 163 static inline ktime_t timens_ktime_to_host(clockid_t clockid, ktime_t tim) in timens_ktime_to_host() argument
|
H A D | hrtimer_defs.h | 50 clockid_t clockid; member
|
/linux/tools/testing/selftests/futex/include/ |
H A D | futex2test.h | 67 unsigned long flags, struct timespec *timo, clockid_t clockid) in futex_waitv() argument 85 struct timespec *timeout, clockid_t clockid) in futex2_wait() argument
|
/linux/fs/ |
H A D | timerfd.c | 40 int clockid; member 192 int clockid = ctx->clockid; in timerfd_setup() local 394 SYSCALL_DEFINE2(timerfd_create,int,clockid,int,flags) SYSCALL_DEFINE2() argument [all...] |
/linux/kernel/futex/ |
H A D | syscalls.c | 228 clockid_t clockid, struct hrtimer_sleeper *to) in futex2_setup_timeout() argument 292 struct __kernel_timespec __user *, timeout, clockid_t, clockid) in SYSCALL_DEFINE5() argument 376 clockid_t, clockid) in SYSCALL_DEFINE6() argument [all...] |
/linux/kernel/time/ |
H A D | namespace.c | 23 ktime_t do_timens_ktime_to_host(clockid_t clockid, ktime_t tim, in do_timens_ktime_to_host() argument 354 static void show_offset(struct seq_file *m, int clockid, struct timespec64 *ts) in show_offset() argument
|
H A D | hrtimer.c | 468 debug_setup(struct hrtimer * timer,clockid_t clockid,enum hrtimer_mode mode) debug_setup() argument 474 debug_setup_on_stack(struct hrtimer * timer,clockid_t clockid,enum hrtimer_mode mode) debug_setup_on_stack() argument 2139 hrtimer_nanosleep(ktime_t rqtp,const enum hrtimer_mode mode,const clockid_t clockid) hrtimer_nanosleep() argument [all...] |
/linux/tools/perf/util/ |
H A D | clockid.c | 14 int clockid; member [all...] |
/linux/tools/testing/selftests/futex/functional/ |
H A D | futex_wait_timeout.c | 78 static int futex_get_abs_timeout(clockid_t clockid, struct timespec *to, in futex_get_abs_timeout() argument
|
/linux/net/sched/ |
H A D | act_gate.c | 274 enum tk_offsets tko, s32 clockid, in gate_setup_timer() argument 305 s32 clockid = CLOCK_TAI; in tcf_gate_init() local
|
H A D | sch_etf.c | 31 int clockid; member [all...] |
/linux/include/uapi/linux/ |
H A D | net_tstamp.h | 215 __kernel_clockid_t clockid;/* reference clockid */ member
|