MCPcopy 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
150static inline bool
151service_valid(uint32_t id)
152{
153 return id < RTE_SERVICE_NUM_MAX && service_registered(id);
154}
155
156static struct rte_service_spec_impl *
157service_get(uint32_t id)

Callers 4

service_updateFunction · 0.85
rte_service_attr_getFunction · 0.85

Calls 1

service_registeredFunction · 0.85

Tested by

no test coverage detected