Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_eal_timer_init
Function
rte_eal_timer_init
dpdk/lib/eal/linux/eal_timer.c:223–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
int
224
rte_eal_timer_init(void)
225
{
226
227
eal_timer_source = EAL_TIMER_TSC;
228
229
set_tsc_freq();
230
return 0;
231
}
Callers
1
rte_eal_init
Function · 0.70
Calls
1
set_tsc_freq
Function · 0.85
Tested by
no test coverage detected