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

Function _PCTRIE_INSERT

freebsd/sys/pctrie.h:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76} \
77 \
78static __inline int \
79name##_PCTRIE_INSERT(struct pctrie *ptree, struct type *ptr) \
80{ \
81 \
82 return pctrie_insert(ptree, name##_PCTRIE_PTR2VAL(ptr), \
83 allocfn); \
84} \
85 \
86static __inline struct type * \
87name##_PCTRIE_LOOKUP(struct pctrie *ptree, uint64_t key) \

Callers

nothing calls this directly

Calls 2

pctrie_insertFunction · 0.85
_PCTRIE_PTR2VALFunction · 0.85

Tested by

no test coverage detected