| /dpdk/drivers/common/cnxk/ |
| H A D | roc_mbox.c | 268 uint32_t timeout = 0, sleep = 1; in mbox_poll() local 280 plt_delay_us(sleep); in mbox_poll() 281 timeout += sleep; in mbox_poll() 326 uint32_t timeout = 0, sleep = 1; in mbox_wait() local 330 plt_delay_us(sleep); in mbox_wait() 331 timeout += sleep; in mbox_wait()
|
| H A D | roc_dev.c | 56 uint32_t timeout = 0, sleep = 1; in pf_af_sync_msg() local 72 plt_delay_ms(sleep); in pf_af_sync_msg() 73 timeout += sleep; in pf_af_sync_msg() 104 uint32_t timeout = 0, sleep = 1; in af_pf_wait_msg() local 122 plt_delay_ms(sleep); in af_pf_wait_msg()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward_power_man.rst | 57 C-States are also known as sleep states. 66 based on the speculative sleep duration of the core. 148 this example implements algorithms to generate frequency scaling hints and speculative sleep durati… 150 Frequency (P-state) control and sleep state (C-state) control work individually for each logical co… 204 At the same time, the function power_idle_heuristic() is called to generate speculative sleep durat… 207 to select C-state to enter based on actual sleep period time of giving logical core. 210 * If idle count less than 100, the counter value is used as a microsecond sleep value through rte… 213 * If idle count is between 100 and 999, a fixed sleep interval of 100 μs is used. 216 * If idle count is greater than 1000, a fixed sleep value of 1 ms is used until the next timer ex… 223 If a thread polls multiple Rx queues and different queue returns different sleep duration values, [all …]
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_fme_rsu.c | 162 sleep(1); in write_flash_image() 222 sleep(1); in apply_flash_update() 414 sleep(2); in fpga_stop_flash_update() 421 sleep(1); in fpga_stop_flash_update()
|
| /dpdk/devtools/ |
| H A D | test-null.sh | 29 (sleep 1 && echo stop) |
|
| /dpdk/examples/multi_process/client_server_mp/mp_server/ |
| H A D | main.c | 170 sleep(sleeptime * 3); in sleep_lcore() 173 while (sleep(sleeptime) <= sleeptime) in sleep_lcore()
|
| /dpdk/examples/ipsec-secgw/test/ |
| H A D | common_defs_secgw.sh | 53 sleep 1
|
| /dpdk/examples/qos_sched/ |
| H A D | main.c | 210 sleep(1); in main() 216 sleep(1); in main()
|
| /dpdk/examples/server_node_efd/server/ |
| H A D | main.c | 191 sleep(sleeptime * 3); in sleep_lcore() 194 while (sleep(sleeptime) <= sleeptime) in sleep_lcore()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_timer.c | 84 sleep(10); in hpet_msb_inc()
|
| /dpdk/usertools/ |
| H A D | dpdk-telemetry-client.py | 82 time.sleep(sleep_time)
|
| /dpdk/app/test/ |
| H A D | test_pdump.c | 214 sleep(5); in test_pdump()
|
| H A D | test_red.c | 860 sleep(tcfg->tvar->sleep_sec); in func_test4()
|
| /dpdk/lib/power/ |
| H A D | guest_channel.c | 96 sleep(1); in guest_channel_host_connect()
|
| /dpdk/drivers/net/thunderx/base/ |
| H A D | nicvf_mbox.c | 79 long sleep = 10; in nicvf_mbox_send_msg_to_pf() local 101 timeout -= sleep; in nicvf_mbox_send_msg_to_pf()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | power_man.rst | 125 Compared to the original l3fwd-power design, instead of going to sleep 214 power-optimized sleep state with ``rte_power_pause()`` function, or, if it's
|
| /dpdk/examples/dma/ |
| H A D | dmafwd.c | 217 sleep(stats_interval); in print_stats() 1060 sleep(1); in main()
|
| /dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_hw_access.c | 694 sleep(1); in otx_cpt_stop_device()
|
| /dpdk/examples/bond/ |
| H A D | main.c | 295 sleep(1); in bond_port_init()
|
| /dpdk/examples/distributor/ |
| H A D | main.c | 185 sleep(1); in port_init()
|
| /dpdk/examples/vhost_blk/ |
| H A D | vhost_blk.c | 907 sleep(1); in main()
|
| /dpdk/lib/vhost/ |
| H A D | socket.c | 488 sleep(1); in vhost_user_client_reconnect()
|
| /dpdk/examples/ntb/ |
| H A D | ntb_fwd.c | 1495 sleep(1); in main()
|
| /dpdk/examples/vhost/ |
| H A D | main.c | 1696 sleep(enable_stats); in print_stats()
|
| /dpdk/app/test-flow-perf/ |
| H A D | main.c | 1770 sleep(1); in packet_per_second_stats()
|