Home
last modified time | relevance | path

Searched refs:R_Malloc (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h118 R_Malloc(m, struct radix_mask *, sizeof (*(m))); }\
156 # undef R_Malloc
166 #define R_Malloc(p, t, n) KMALLOCS(p, t, n) macro
/illumos-gate/usr/src/uts/common/net/
H A Dradix.h175 #define R_Malloc(p, c, n) p = kmem_cache_alloc((c), KM_NOSLEEP) macro
199 #define R_Malloc(p, t, n) (p = malloc((unsigned int)(n))) macro
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c112 #define MKGet(m) R_Malloc(m, radix_mask_cache, sizeof (struct radix_mask))
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ftable.c431 R_Malloc(rt, rt_entry_cache, sizeof (*rt)); in ire_get_bucket()