MCPcopy 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
144static inline bool
145service_registered(uint32_t id)
146{
147 return rte_services[id].internal_flags & SERVICE_F_REGISTERED;
148}
149
150static inline bool
151service_valid(uint32_t id)

Callers 5

service_validFunction · 0.85
rte_service_get_by_nameFunction · 0.85
rte_service_dumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected