Searched refs:tstop (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | tftp-hpa-0.49-stats.patch | 14 - delta = (tstop.tv_sec + (tstop.tv_usec / 100000.0)) - 16 + delta = (tstop.tv_sec + (tstop.tv_usec / 1000000.0)) -
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | msg_zerocopy.c | 468 int64_t tstop = gettimeofday_ms() + cfg_waittime_ms; in do_recv_remaining_completions() local 471 gettimeofday_ms() < tstop) { in do_recv_remaining_completions() 491 uint64_t tstop; in do_tx() local 545 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx() 557 } while (gettimeofday_ms() < tstop); in do_tx() 654 uint64_t tstop; in do_rx() local 659 tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms; in do_rx() 668 } while (gettimeofday_ms() < tstop); in do_rx()
|
| H A D | so_txtime.c | 103 int64_t tstop, texpect; in do_recv_one() local 115 tstop = (gettime_ns() - glob_tstart) / 1000; in do_recv_one() 119 rbuf[0], (long long)tstop, (long long)texpect); in do_recv_one() 124 if (llabs(tstop - texpect) > cfg_variance_us) in do_recv_one()
|
| H A D | udpgso_bench_tx.c | 618 unsigned long tnow, treport, tstop; in main() local 665 tstop = tnow + cfg_runtime_ms; in main() 696 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_flow_dissector.c | 513 unsigned long tstop, treport, tcur; in do_main() local 525 tstop = tcur + (cfg_num_secs * 1000); in do_main() 536 if (tcur >= tstop) in do_main() 552 tstop = util_gettime() + 100; in do_main() 555 if (tcur >= tstop) in do_main() 558 do_poll(fdr, POLLIN, tstop - tcur); in do_main()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 12528 'tstop' 12555 (gdb) tstop 12645 'tstop' arguments; the set command is convenient way to fix a stop 38241 The corresponding GDB command is 'tstop'. 46675 'tstop[:TEXT]:0' 46837 Allowable types include 'user', 'notes', and 'tstop', the TEXT 57185 * tstop [ NOTES ]: Starting and Stopping Trace Experiments.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 12528 'tstop' 12555 (gdb) tstop 12645 'tstop' arguments; the set command is convenient way to fix a stop 38241 The corresponding GDB command is 'tstop'. 46675 'tstop[:TEXT]:0' 46837 Allowable types include 'user', 'notes', and 'tstop', the TEXT 57185 * tstop [ NOTES ]: Starting and Stopping Trace Experiments.
|