| /f-stack/dpdk/app/test/ |
| H A D | test_memcpy_perf.c | 301 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 D | xattrtest.c | 371 (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 D | time.h | 86 (void) gettimeofday(&tv, NULL); in gethrestime() 95 (void) gettimeofday(&tv, NULL); in gethrestime_sec()
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_locore.asm | 53 .weak gettimeofday 54 .set gettimeofday, __vdso_gettimeofday define
|
| H A D | linux_vdso.lds.s | 59 gettimeofday;
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/checksum/ |
| H A D | edonr_test.c | 183 (void) gettimeofday(&start, NULL); \ in main() 188 (void) gettimeofday(&end, NULL); \ in main()
|
| H A D | sha2_test.c | 212 (void) gettimeofday(&start, NULL); \ in main() 217 (void) gettimeofday(&end, NULL); \ in main()
|
| H A D | skein_test.c | 301 (void) gettimeofday(&start, NULL); \ in main() 308 (void) gettimeofday(&end, NULL); \ in main()
|
| /f-stack/app/nginx-1.16.1/auto/os/ |
| H A D | darwin | 80 gettimeofday(&tv, 0); 82 gettimeofday(&tv0, 0);
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_time.h | 61 #define ngx_gettimeofday(tp) (void) gettimeofday(tp, NULL);
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/btree_test/ |
| H A D | btree_test.c | 304 (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 D | hns3_intr.c | 2017 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 D | ff_dpdk_pcap.c | 98 gettimeofday(&ts, NULL); in ff_dump_packets()
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | cmptest.h | 122 if (gettimeofday(&tp, NULL) != 0) { in now()
|
| /f-stack/freebsd/kern/ |
| H A D | capabilities.conf | 349 gettimeofday
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | nstime.c | 143 gettimeofday(&tv, NULL); in nstime_get()
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_ff_module.c | 549 gettimeofday(struct timeval *tv, struct timezone *tz) in gettimeofday() function 552 return SYSCALL(gettimeofday)(tv, tz); in gettimeofday()
|
| /f-stack/tools/ndp/ |
| H A D | ndp.c | 494 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 D | util.c | 581 gettimeofday(&tv,NULL); in getRandomBytes() 684 gettimeofday(&tv, &tz); in getTimeZone()
|
| H A D | redis-benchmark.c | 109 gettimeofday(&tv, NULL); in ustime() 119 gettimeofday(&tv, NULL); in mstime()
|
| /f-stack/dpdk/lib/librte_port/ |
| H A D | rte_swx_port_source_sink.c | 305 gettimeofday(&pcap_pkthdr.ts, NULL); in sink_pkt_tx()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_agents.c | 205 (void) gettimeofday(&tv, NULL); in zfs_agent_post_event()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_proc.c | 495 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 D | mroute.c | 88 gettimeofday(&now, NULL); in print_bw_meter()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 362 VERIFY(gettimeofday(&tv, NULL) == 0); in cv_timedwait() 402 VERIFY0(gettimeofday(&tv, NULL)); in cv_timedwait_hires()
|