Searched refs:timeval (Results 76 - 100 of 104) sorted by relevance

12345

/linux-master/tools/perf/tests/
H A Dswitch-tracking.c27 struct timeval start, now, diff, maxtime;
/linux-master/tools/testing/selftests/net/
H A Dso_txtime.c309 struct timeval tv = { .tv_usec = 100 * 1000 };
H A Dudpgso.c460 struct timeval tv = { .tv_usec = 100 * 1000 };
H A Dnettest.c1252 struct timeval timeout = { .tv_sec = prog_timeout }, *ptval = NULL;
1565 struct timeval timeout = { .tv_sec = prog_timeout }, *ptval = NULL;
1670 struct timeval _tv = { .tv_sec = prog_timeout }, *tv = NULL;
H A Dmsg_zerocopy.c101 struct timeval tv;
H A Dudpgso_bench_tx.c98 struct timeval tv;
H A Dgro.c899 struct timeval timeout;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c603 struct timeval timeout;
770 struct timeval timeout;
776 err = setsockopt(c2, SOL_SOCKET, SO_SNDTIMEO, &timeout, sizeof(struct timeval));
871 struct timeval timeout;
H A Dtest_flow_dissector.c113 struct timeval tv;
H A Dnetwork_helpers.c59 struct timeval timeout = { .tv_sec = 3 };
H A Dxskxceiver.c1232 struct timeval tv_end, tv_now, tv_timeout = {THREAD_TMOUT, 0};
1394 struct timeval tv_end, tv_now, tv_timeout = {THREAD_TMOUT, 0};
H A Dtest_maps.c669 struct timeval to;
/linux-master/tools/perf/bench/
H A Dinject-buildid.c408 struct timeval start, end, diff;
H A Dnuma.c1156 struct timeval start0, start, stop, diff;
1565 struct timeval start, stop, diff;
/linux-master/tools/firewire/
H A Dnosy-dump.c831 static struct timeval last_update;
832 struct timeval now;
/linux-master/scripts/kconfig/
H A Dconf.c103 struct timeval now;
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c935 struct timeval tv;
1021 CASE_TEST(select_null); EXPECT_SYSZR(1, ({ struct timeval tv = { 0 }; select(0, NULL, NULL, NULL, &tv); })); break;
/linux-master/include/uapi/linux/
H A Dvideodev2.h1020 * This corresponds to the user space version of timeval
1136 struct timeval timestamp;
1159 * v4l2_timeval_to_ns - Convert timeval to nanoseconds
1160 * @tv: pointer to the timeval variable to be converted
1162 * Returns the scalar nanosecond representation of the timeval
1165 static inline __u64 v4l2_timeval_to_ns(const struct timeval *tv)
/linux-master/tools/testing/vsock/
H A Dvsock_test.c573 struct timeval tv;
/linux-master/tools/testing/selftests/net/lib/
H A Dcsum.c139 struct timeval tv;
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c256 struct timeval interval_tv = { 5, 0 };
1365 struct timeval tv_begin;
1366 struct timeval tv_end;
1367 struct timeval tv_delta;
1642 struct timeval tv_even, tv_odd, tv_delta;
2287 struct timeval tv;
5203 struct timeval tout;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsk_lookup.c114 struct timeval timeo = { .tv_sec = IO_TIMEOUT_SEC };
/linux-master/net/core/
H A Dsock.c3595 bool timeval, bool time32)
3610 if (timeval)
3618 /* beware of padding in sparc64 timeval */
3619 if (timeval && !in_compat_syscall()) {
3594 sock_gettstamp(struct socket *sock, void __user *userstamp, bool timeval, bool time32) argument
/linux-master/tools/perf/
H A Dbuiltin-kvm.c1098 struct timeval tv;
/linux-master/tools/perf/util/
H A Dstat-display.c1421 static double timeval2double(struct timeval *t)

Completed in 576 milliseconds

12345