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

Function mytimer_reset

dpdk/app/test/test_timer.c:128–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126static void timer_basic_cb(struct rte_timer *tim, void *arg);
127
128static void
129mytimer_reset(struct mytimerinfo *timinfo, uint64_t ticks,
130 enum rte_timer_type type, unsigned tim_lcore,
131 rte_timer_cb_t fct)
132{
133 rte_timer_reset_sync(&timinfo->tim, ticks, type, tim_lcore,
134 fct, timinfo);
135}
136
137/* timer callback for stress tests */
138static void

Callers 4

timer_stress_cbFunction · 0.85
timer_stress_main_loopFunction · 0.85
timer_basic_cbFunction · 0.85
timer_basic_main_loopFunction · 0.85

Calls 1

rte_timer_reset_syncFunction · 0.85

Tested by

no test coverage detected