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

Function _PCTRIE_PTR2VAL

freebsd/sys/pctrie.h:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69} \
70 \
71static __inline uint64_t * \
72name##_PCTRIE_PTR2VAL(struct type *ptr) \
73{ \
74 \
75 return &ptr->field; \
76} \
77 \
78static __inline int \
79name##_PCTRIE_INSERT(struct pctrie *ptree, struct type *ptr) \

Callers 1

_PCTRIE_INSERTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected