Home
last modified time | relevance | path

Searched refs:sleep (Results 1 – 25 of 27) sorted by relevance

12

/dpdk/drivers/common/cnxk/
H A Droc_mbox.c268 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 Droc_dev.c56 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 Dl3_forward_power_man.rst57 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 Difpga_fme_rsu.c162 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 Dtest-null.sh29 (sleep 1 && echo stop) |
/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dmain.c170 sleep(sleeptime * 3); in sleep_lcore()
173 while (sleep(sleeptime) <= sleeptime) in sleep_lcore()
/dpdk/examples/ipsec-secgw/test/
H A Dcommon_defs_secgw.sh53 sleep 1
/dpdk/examples/qos_sched/
H A Dmain.c210 sleep(1); in main()
216 sleep(1); in main()
/dpdk/examples/server_node_efd/server/
H A Dmain.c191 sleep(sleeptime * 3); in sleep_lcore()
194 while (sleep(sleeptime) <= sleeptime) in sleep_lcore()
/dpdk/lib/eal/linux/
H A Deal_timer.c84 sleep(10); in hpet_msb_inc()
/dpdk/usertools/
H A Ddpdk-telemetry-client.py82 time.sleep(sleep_time)
/dpdk/app/test/
H A Dtest_pdump.c214 sleep(5); in test_pdump()
H A Dtest_red.c860 sleep(tcfg->tvar->sleep_sec); in func_test4()
/dpdk/lib/power/
H A Dguest_channel.c96 sleep(1); in guest_channel_host_connect()
/dpdk/drivers/net/thunderx/base/
H A Dnicvf_mbox.c79 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 Dpower_man.rst125 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 Ddmafwd.c217 sleep(stats_interval); in print_stats()
1060 sleep(1); in main()
/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.c694 sleep(1); in otx_cpt_stop_device()
/dpdk/examples/bond/
H A Dmain.c295 sleep(1); in bond_port_init()
/dpdk/examples/distributor/
H A Dmain.c185 sleep(1); in port_init()
/dpdk/examples/vhost_blk/
H A Dvhost_blk.c907 sleep(1); in main()
/dpdk/lib/vhost/
H A Dsocket.c488 sleep(1); in vhost_user_client_reconnect()
/dpdk/examples/ntb/
H A Dntb_fwd.c1495 sleep(1); in main()
/dpdk/examples/vhost/
H A Dmain.c1696 sleep(enable_stats); in print_stats()
/dpdk/app/test-flow-perf/
H A Dmain.c1770 sleep(1); in packet_per_second_stats()

12