Home
last modified time | relevance | path

Searched refs:gettimeofday (Results 1 – 25 of 62) sorted by relevance

123

/f-stack/dpdk/app/test/
H A Dtest_memcpy_perf.c301 gettimeofday(&tv_begin, NULL); in perf_test()
303 gettimeofday(&tv_end, NULL); in perf_test()
308 gettimeofday(&tv_begin, NULL); in perf_test()
310 gettimeofday(&tv_end, NULL); in perf_test()
315 gettimeofday(&tv_begin, NULL); in perf_test()
317 gettimeofday(&tv_end, NULL); in perf_test()
322 gettimeofday(&tv_begin, NULL); in perf_test()
324 gettimeofday(&tv_end, NULL); in perf_test()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/
H A Dxattrtest.c371 (void) gettimeofday(&start, NULL); in create_files()
406 (void) gettimeofday(&stop, NULL); in create_files()
470 (void) gettimeofday(&start, NULL); in setxattrs()
500 (void) gettimeofday(&stop, NULL); in setxattrs()
559 (void) gettimeofday(&start, NULL); in getxattrs()
601 (void) gettimeofday(&stop, NULL); in getxattrs()
638 (void) gettimeofday(&start, NULL); in unlink_files()
658 (void) gettimeofday(&stop, NULL); in unlink_files()
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dtime.h86 (void) gettimeofday(&tv, NULL); in gethrestime()
95 (void) gettimeofday(&tv, NULL); in gethrestime_sec()
/f-stack/freebsd/amd64/linux/
H A Dlinux_locore.asm53 .weak gettimeofday
54 .set gettimeofday, __vdso_gettimeofday define
H A Dlinux_vdso.lds.s59 gettimeofday;
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/checksum/
H A Dedonr_test.c183 (void) gettimeofday(&start, NULL); \ in main()
188 (void) gettimeofday(&end, NULL); \ in main()
H A Dsha2_test.c212 (void) gettimeofday(&start, NULL); \ in main()
217 (void) gettimeofday(&end, NULL); \ in main()
H A Dskein_test.c301 (void) gettimeofday(&start, NULL); \ in main()
308 (void) gettimeofday(&end, NULL); \ in main()
/f-stack/app/nginx-1.16.1/auto/os/
H A Ddarwin80 gettimeofday(&tv, 0);
82 gettimeofday(&tv0, 0);
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_time.h61 #define ngx_gettimeofday(tp) (void) gettimeofday(tp, NULL);
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/btree_test/
H A Dbtree_test.c304 (void) gettimeofday(&tp, NULL); in stress_tree()
347 (void) gettimeofday(&tp, NULL); in stress_tree()
494 (void) gettimeofday(&tp, NULL); in main()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_intr.c2017 gettimeofday(&tv, NULL); in hns3_reset_pre()
2029 gettimeofday(&tv, NULL); in hns3_reset_pre()
2067 gettimeofday(&tv, NULL); in hns3_reset_post()
2085 gettimeofday(&tv, NULL); in hns3_reset_post()
2108 gettimeofday(&tv, NULL); in hns3_reset_post()
2163 gettimeofday(&hw->reset.start_time, NULL); in hns3_reset_process()
2171 gettimeofday(&tv, NULL); in hns3_reset_process()
2189 gettimeofday(&tv, NULL); in hns3_reset_process()
2200 gettimeofday(&tv, NULL); in hns3_reset_process()
2228 gettimeofday(&tv, NULL); in hns3_reset_process()
[all …]
/f-stack/lib/
H A Dff_dpdk_pcap.c98 gettimeofday(&ts, NULL); in ff_dump_packets()
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dcmptest.h122 if (gettimeofday(&tp, NULL) != 0) { in now()
/f-stack/freebsd/kern/
H A Dcapabilities.conf349 gettimeofday
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dnstime.c143 gettimeofday(&tv, NULL); in nstime_get()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_ff_module.c549 gettimeofday(struct timeval *tv, struct timezone *tz) in gettimeofday() function
552 return SYSCALL(gettimeofday)(tv, tz); in gettimeofday()
/f-stack/tools/ndp/
H A Dndp.c494 gettimeofday(&now, 0); in set()
747 gettimeofday(&now, 0); in dump()
1201 gettimeofday(&now, 0); in rtrlist()
1253 gettimeofday(&now, 0); in plist()
/f-stack/app/redis-5.0.5/src/
H A Dutil.c581 gettimeofday(&tv,NULL); in getRandomBytes()
684 gettimeofday(&tv, &tz); in getTimeZone()
H A Dredis-benchmark.c109 gettimeofday(&tv, NULL); in ustime()
119 gettimeofday(&tv, NULL); in mstime()
/f-stack/dpdk/lib/librte_port/
H A Drte_swx_port_source_sink.c305 gettimeofday(&pcap_pkthdr.ts, NULL); in sink_pkt_tx()
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c205 (void) gettimeofday(&tv, NULL); in zfs_agent_post_event()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_proc.c495 if (gettimeofday(&now, NULL) < 0) { in async_reply_handle_thread_unsafe()
990 if (gettimeofday(&now, NULL) < 0) { in rte_mp_request_sync()
1089 if (gettimeofday(&now, NULL) < 0) { in rte_mp_request_async()
/f-stack/tools/netstat/
H A Dmroute.c88 gettimeofday(&now, NULL); in print_bw_meter()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c362 VERIFY(gettimeofday(&tv, NULL) == 0); in cv_timedwait()
402 VERIFY0(gettimeofday(&tv, NULL)); in cv_timedwait_hires()

123