Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_mp_disable
Function
rte_mp_disable
dpdk/lib/eal/common/eal_common_proc.c:1292–1296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1290
}
1291
1292
bool
1293
rte_mp_disable(void)
1294
{
1295
return set_mp_status(MP_STATUS_DISABLED);
1296
}
1297
1298
bool
1299
__rte_mp_enable(void)
Callers
1
rte_thread_register
Function · 0.70
Calls
1
set_mp_status
Function · 0.85
Tested by
no test coverage detected