Home
last modified time | relevance | path

Searched refs:rte_timer_manage (Results 1 – 19 of 19) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_timer_perf.c74 rte_timer_manage(); in test_timer_perf()
99 rte_timer_manage(); in test_timer_perf()
114 rte_timer_manage(); in test_timer_perf()
125 rte_timer_manage(); in test_timer_perf()
H A Dtest_timer.c177 rte_timer_manage(); in timer_stress_main_loop()
335 rte_timer_manage(); in timer_stress2_main_loop()
377 rte_timer_manage(); in timer_stress2_main_loop()
484 rte_timer_manage(); in timer_basic_main_loop()
H A Dtest_timer_racecond.c178 rte_timer_manage(); in test_timer_racecond()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtimer_lib.rst16 * Timers provide high precision (depends on the call frequency to rte_timer_manage() that checks …
18 …tion, timers can be disabled at compilation time by not calling the rte_timer_manage() to increase…
53 Inside the rte_timer_manage() function,
63 a call to rte_timer_manage() returns without taking a lock in the case where the timer list for the…
H A Denv_abstraction_layer.rst701 …Running ``rte_timer_manage()`` on an unregistered non-EAL pthread is not allowed. However, resett…
/f-stack/dpdk/lib/librte_timer/
H A Dversion.map12 rte_timer_manage;
H A Drte_timer.h365 int rte_timer_manage(void);
H A Drte_timer.c788 rte_timer_manage(void) in rte_timer_manage() function
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dtimer.rst74 * rte_timer_manage() every ~10ms (at 2 GHz). In a real
84 rte_timer_manage();
90 rte_timer_manage() function must be called or not.
H A Dl2_forward_job_stats.rst371 rte_timer_manage();
381 …e loop do the whole jobs management. When any job is ready, the use rte_timer_manage() is used to …
H A Dperformance_thread.rst729 timer matures. The ``rte_timer_manage()`` entry point is called on every pass
/f-stack/dpdk/examples/timer/
H A Dmain.c78 rte_timer_manage(); in lcore_mainloop()
/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_sched.c481 rte_timer_manage(); in lthread_run()
/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dmain.c809 rte_timer_manage(); in main()
/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c531 rte_timer_manage(); in l2fwd_main_loop()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c1366 rte_timer_manage(); in main_legacy_loop()
2402 rte_timer_manage(); in launch_timer()
/f-stack/lib/
H A Dff_dpdk_if.c1844 rte_timer_manage();
/f-stack/dpdk/doc/guides/rel_notes/
H A Dknown_issues.rst96 An application that calls ``rte_get_hpet_cycles()`` or ``rte_timer_manage()`` runs slower.
H A Drelease_2_1.rst954 Eliminate problematic race condition in ``rte_timer_manage()`` that can lead