Searched refs:R_Malloc (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | radix_ipf.h | 120 R_Malloc(m, struct radix_mask *, sizeof (*(m))); }\ 158 # undef R_Malloc 168 #define R_Malloc(p, t, n) KMALLOCS(p, t, n) macro
|
/titanic_50/usr/src/uts/common/net/ |
H A D | radix.h | 177 #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
|
/titanic_50/usr/src/common/net/patricia/ |
H A D | radix.c | 112 #define MKGet(m) R_Malloc(m, radix_mask_cache, sizeof (struct radix_mask))
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_ftable.c | 430 R_Malloc(rt, rt_entry_cache, sizeof (*rt)); in ire_get_bucket()
|