MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_timer_reset

Function rte_timer_reset

dpdk/lib/timer/rte_timer.c:542–549  ·  view source on GitHub ↗

Reset and start the timer associated with the timer handle tim */

Source from the content-addressed store, hash-verified

540
541/* Reset and start the timer associated with the timer handle tim */
542int
543rte_timer_reset(struct rte_timer *tim, uint64_t ticks,
544 enum rte_timer_type type, unsigned int tim_lcore,
545 rte_timer_cb_t fct, void *arg)
546{
547 return rte_timer_alt_reset(default_data_id, tim, ticks, type,
548 tim_lcore, fct, arg);
549}
550
551int
552rte_timer_alt_reset(uint32_t timer_data_id, struct rte_timer *tim,

Callers 13

init_clockFunction · 0.85
rte_timer_reset_syncFunction · 0.85
ena_startFunction · 0.85
timer_stress2_main_loopFunction · 0.85
reload_timerFunction · 0.85
test_timer_perfFunction · 0.85
l2fwd_fwd_jobFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
power_timer_cbFunction · 0.85
mainFunction · 0.85
timer1_cbFunction · 0.85

Calls 1

rte_timer_alt_resetFunction · 0.85

Tested by 3

timer_stress2_main_loopFunction · 0.68
reload_timerFunction · 0.68
test_timer_perfFunction · 0.68