/linux/include/uapi/linux/ |
H A D | time.h | 17 struct timeval { struct 28 struct timeval it_interval;/* timer interval */ argument 29 struct timeval it_value; /* current value */
|
H A D | ppdev.h | 81 #define PPGETTIME _IOR(PP_IOCTL, 0x95, struct timeval) 82 #define PPSETTIME _IOW(PP_IOCTL, 0x96, struct timeval)
|
/linux/tools/testing/selftests/x86/ |
H A D | test_vsyscall.c | 52 typedef long (*gtod_t)(struct timeval *tv, struct timezone *tz); 95 static inline long sys_gtod(struct timeval *tv, struct timezone *tz) in sys_gtod() 111 static double tv_diff(const struct timeval *a, const struct timeval *b) in tv_diff() 117 static void check_gtod(const struct timeval *tv_sys1, in check_gtod() 118 const struct timeval *tv_sys2, in check_gtod() 121 const struct timeval *tv_other, in check_gtod() 140 struct timeval tv_sys1, tv_sys2, tv_vdso, tv_vsys; in test_gtod()
|
/linux/tools/include/nolibc/ |
H A D | unistd.h | 24 struct timeval my_timeval = { msecs / 1000, (msecs % 1000) * 1000 }; in msleep() 37 struct timeval my_timeval = { seconds, 0 }; in sleep() 48 struct timeval my_timeval = { usecs / 1000000, usecs % 1000000 }; in usleep()
|
H A D | time.h | 18 struct timeval tv; in time()
|
H A D | sys.h | 496 int sys_gettimeofday(struct timeval *tv, struct timezone *tz) in sys_gettimeofday() 506 int gettimeofday(struct timeval *tv, struct timezone *tz) in gettimeofday() 963 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in sys_select() 969 struct timeval *t; in sys_select() 990 int select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in select()
|
/linux/tools/testing/selftests/net/ |
H A D | timestamping.c | 138 struct timeval now; in sendpacket() 160 struct timeval tv; in printpacket() 162 struct timeval now; in printpacket() 181 struct timeval *stamp = in printpacket() 182 (struct timeval *)CMSG_DATA(cmsg); in printpacket() 335 struct timeval next; in main() 501 struct timeval now; in main() 502 struct timeval delta; in main()
|
H A D | fin_ack_lat.c | 17 static unsigned long timediff(struct timeval s, struct timeval e) in timediff() 36 struct timeval start, end; in client()
|
/linux/tools/testing/selftests/vDSO/ |
H A D | vdso_test_gettimeofday.c | 38 typedef long (*gtod_t)(struct timeval *tv, struct timezone *tz); in main() 46 struct timeval tv; in main()
|
H A D | vdso_test_correctness.c | 60 typedef long (*vgtod_t)(struct timeval *tv, struct timezone *tz); 167 static inline int sys_gettimeofday(struct timeval *tv, struct timezone *tz) in sys_gettimeofday() 241 static bool tv_leq(const struct timeval *a, const struct timeval *b) in tv_leq() 390 struct timeval start, vdso, end; in test_gettimeofday()
|
H A D | vdso_standalone_test_x86.c | 102 typedef long (*gtod_t)(struct timeval *tv, struct timezone *tz); in c_main() 108 struct timeval tv; in c_main()
|
H A D | vdso_test_abi.c | 29 typedef long (*vdso_gettimeofday_t)(struct timeval *tv, struct timezone *tz); 61 struct timeval tv; in vdso_test_gettimeofday()
|
/linux/arch/xtensa/platforms/iss/include/platform/ |
H A D | simcall.h | 67 long timeval[2] = { 0, 0 }; in simc_poll() local 69 return __simc(SYS_select_one, fd, XTISS_SELECT_ONE_READ, (int)&timeval); in simc_poll()
|
/linux/tools/testing/selftests/timers/ |
H A D | set-tz.c | 41 struct timeval tv; in get_tz_min() 51 struct timeval tv; in get_tz_dst()
|
H A D | posix_timers.c | 83 static int check_diff(struct timeval start, struct timeval end) in check_diff() 100 struct timeval start, end; in check_itimer() 135 struct timeval start, end; in check_timer_create()
|
H A D | leapcrash.c | 82 struct timeval tv; in main()
|
/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | mkinitrd.sh | 39 struct timeval tv; 40 struct timeval tvb;
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | lwt_helpers.h | 99 static int wait_for_packet(int fd, filter_t filter, struct timeval *timeout) in wait_for_packet() 108 struct timeval copied_timeout = *timeout; in wait_for_packet()
|
/linux/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 195 struct timeval tv = { .tv_sec = 2 }; in TEST_F() 218 struct timeval tv = { .tv_sec = ALARM_DELTA + 2 }; in TEST_F() 285 struct timeval tv = { .tv_sec = ALARM_DELTA + 2 }; in TEST_F() 348 struct timeval tv = { .tv_sec = 62 }; 415 struct timeval tv = { .tv_sec = 62 };
|
/linux/tools/perf/bench/ |
H A D | mem-functions.c | 94 static double timeval2double(struct timeval *ts) in timeval2double() 256 struct timeval tv_start, tv_end, tv_diff; in do_memcpy_gettimeofday() 326 struct timeval tv_start, tv_end, tv_diff; in do_memset_gettimeofday()
|
H A D | synthesize.c | 66 struct timeval start, end, diff; in do_run_single_threaded() 153 struct timeval start, end, diff; in do_run_multi_threaded()
|
H A D | evlist-open-close.c | 28 static inline u64 timeval2usec(struct timeval *tv) in timeval2usec() 144 struct timeval start, end, diff; in bench_evlist_open_close__run()
|
/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | gettimeofday.c | 15 struct timeval tv_start, tv_end, tv_diff; in test_gettimeofday()
|
/linux/tools/thermal/lib/ |
H A D | uptimeofday.c | 9 static struct timeval __tv;
|
/linux/tools/testing/selftests/damon/ |
H A D | debugfs_target_ids_pid_leak.c | 33 struct timeval tv; in msec_timestamp()
|