MCPcopy Create free account
hub / github.com/F-Stack/f-stack / _PCTRIE_LOOKUP_GE

Function _PCTRIE_LOOKUP_GE

freebsd/sys/pctrie.h:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98} \
99 \
100static __inline __unused struct type * \
101name##_PCTRIE_LOOKUP_GE(struct pctrie *ptree, uint64_t key) \
102{ \
103 \
104 return name##_PCTRIE_VAL2PTR(pctrie_lookup_ge(ptree, key)); \
105} \
106 \
107static __inline __unused void \
108name##_PCTRIE_RECLAIM(struct pctrie *ptree) \

Callers

nothing calls this directly

Calls 2

_PCTRIE_VAL2PTRFunction · 0.85
pctrie_lookup_geFunction · 0.85

Tested by

no test coverage detected