Searched refs:radix_mask_cache (Results 1 – 5 of 5) sorted by relevance
97 static struct kmem_cache *radix_mask_cache; /* for rn_mkfreelist */ variable100 static char *radix_mask_cache, *radix_node_cache; /* dummy vars. never inited */ variable112 #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", in rn_init()
201 radix_mask_cache