Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ service_valid
Function
service_valid
dpdk/lib/eal/common/rte_service.c:150–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
static inline bool
151
service_valid(uint32_t id)
152
{
153
return id < RTE_SERVICE_NUM_MAX && service_registered(id);
154
}
155
156
static struct rte_service_spec_impl *
157
service_get(uint32_t id)
Callers
4
rte_service_may_be_active
Function · 0.85
service_update
Function · 0.85
rte_service_attr_get
Function · 0.85
rte_service_attr_reset_all
Function · 0.85
Calls
1
service_registered
Function · 0.85
Tested by
no test coverage detected