Searched defs:radix_mask_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c97 static struct kmem_cache *radix_mask_cache; /* for rn_mkfreelist */ variable in typeref:struct:kmem_cache
100 static char *radix_mask_cache, *radix_node_cache; /* dummy vars. never inited */ variable
112 #define MKGet(m) R_Malloc(m, radix_mask_cache, sizeof (struct radix_mask))
113 #define MKFree(m) Free(m, radix_mask_cache)
1230 radix_mask_cache = kmem_cache_create("radix_mask",

Completed in 60 milliseconds