Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
\
71
static __inline uint64_t * \
72
name##_PCTRIE_PTR2VAL(struct type *ptr) \
73
{ \
74
\
75
return &ptr->field; \
76
} \
77
\
78
static __inline int \
79
name##_PCTRIE_INSERT(struct pctrie *ptree, struct type *ptr) \
Callers
1
_PCTRIE_INSERT
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected