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

Function pctrie_toval

freebsd/kern/subr_pctrie.c:240–245  ·  view source on GitHub ↗

* Returns the associated val extracted from node. */

Source from the content-addressed store, hash-verified

238 * Returns the associated val extracted from node.
239 */
240static __inline uint64_t *
241pctrie_toval(struct pctrie_node *node)
242{
243
244 return ((uint64_t *)((uintptr_t)node & ~PCTRIE_FLAGS));
245}
246
247/*
248 * Adds the val as a child of the provided node.

Callers 6

pctrie_insertFunction · 0.85
_pctrie_lookupFunction · 0.85
pctrie_lookup_geFunction · 0.85
pctrie_lookup_leFunction · 0.85
pctrie_removeFunction · 0.85
subr_pctrie.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected