Searched refs:timeval (Results 26 - 50 of 104) sorted by relevance

12345

/linux-master/include/uapi/linux/
H A Dtimex.h77 struct timeval time; /* (read only, except for ADJ_SETOFFSET) */
H A Dsockios.h32 * the timeval/timespec data structure layout is defined by libc,
35 /* Get stamp (timeval) */
45 #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \
/linux-master/tools/thermal/tmon/
H A Dtmon.h45 struct timeval tv;
/linux-master/tools/testing/selftests/rtc/
H A Drtctest.c171 struct timeval tv = { .tv_sec = 2 };
194 struct timeval tv = { .tv_sec = ALARM_DELTA + 2 };
251 struct timeval tv = { .tv_sec = ALARM_DELTA + 2 };
304 struct timeval tv = { .tv_sec = 62 };
361 struct timeval tv = { .tv_sec = 62 };
/linux-master/tools/perf/bench/
H A Dmem-functions.c94 static double timeval2double(struct timeval *ts)
256 struct timeval tv_start, tv_end, tv_diff;
326 struct timeval tv_start, tv_end, tv_diff;
H A Dsyscall.c78 struct timeval start, stop, diff;
H A Dfind-bit-bench.c58 struct timeval start, end, diff;
H A Dsynthesize.c66 struct timeval start, end, diff;
153 struct timeval start, end, diff;
H A Devlist-open-close.c28 static inline u64 timeval2usec(struct timeval *tv)
144 struct timeval start, end, diff;
H A Dbreakpoint.c118 struct timeval start, stop, diff;
204 struct timeval start, stop, diff;
H A Dpmu-scan.c131 struct timeval start, end, diff;
H A Dsched-seccomp-notify.c97 struct timeval start, stop, diff;
H A Dfutex-wake-parallel.c43 struct timeval runtime;
80 struct timeval start, end;
/linux-master/tools/testing/selftests/timers/
H A Drtcpie.c35 struct timeval start, end, diff;
/linux-master/tools/perf/ui/tui/
H A Dsetup.c59 struct timeval timeout, *ptimeout = delay_secs ? &timeout : NULL;
/linux-master/tools/testing/selftests/net/netfilter/
H A Dsctp_collision.c13 struct timeval tv = {25, 0};
/linux-master/arch/um/drivers/
H A Ddaemon_user.c129 struct timeval tv;
/linux-master/include/linux/raid/
H A Dpq.h184 struct timeval tv;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_reroute.c191 struct timeval timeo = {
H A Dsockmap_helpers.h184 struct timeval timeout = { .tv_sec = timeout_sec };
210 struct timeval timeout = { .tv_sec = timeout_sec };
/linux-master/tools/testing/selftests/net/
H A Dpsock_snd.c253 struct timeval tv = { .tv_usec = 100 * 1000 };
292 struct timeval tv = { .tv_usec = 100 * 1000 };
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Drst.c196 struct timeval tv = { .tv_sec = sec };
197 struct timeval *ptv = NULL;
/linux-master/tools/include/nolibc/
H A Dsys.h492 * int gettimeofday(struct timeval *tv, struct timezone *tz);
496 int sys_gettimeofday(struct timeval *tv, struct timezone *tz)
506 int gettimeofday(struct timeval *tv, struct timezone *tz)
959 * fd_set *except_fds, struct timeval *timeout);
963 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout)
969 struct timeval *t;
990 int select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout)
/linux-master/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c269 struct timeval tv;
339 struct timeval tv;
/linux-master/samples/timers/
H A Dhpet_example.c137 struct timeval stv, etv;

Completed in 483 milliseconds

12345