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

/opensolaris-onvv-gate/usr/src/uts/common/net/
H A Dradix.h177 #define R_Malloc(p, c, n) p = kmem_cache_alloc((c), KM_NOSLEEP) macro
201 #define R_Malloc(p, t, n) (p = malloc((unsigned int)(n))) macro
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h120 R_Malloc(m, struct radix_mask *, sizeof (*(m))); }\
158 # undef R_Malloc macro
168 #define R_Malloc(p, t, n) KMALLOCS(p, t, n) macro
/opensolaris-onvv-gate/usr/src/common/net/patricia/
H A Dradix.c112 #define MKGet(m) R_Malloc(m, radix_mask_cache, sizeof (struct radix_mask))
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_ftable.c430 R_Malloc(rt, rt_entry_cache, sizeof (*rt));

Completed in 105 milliseconds