Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ service_registered
Function
service_registered
dpdk/lib/eal/common/rte_service.c:144–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
static inline bool
145
service_registered(uint32_t id)
146
{
147
return rte_services[id].internal_flags & SERVICE_F_REGISTERED;
148
}
149
150
static inline bool
151
service_valid(uint32_t id)
Callers
5
service_valid
Function · 0.85
rte_service_get_by_name
Function · 0.85
rte_service_component_register
Function · 0.85
service_dump_calls_per_lcore
Function · 0.85
rte_service_dump
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected