Searched refs:R_ZallocSleep (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/net/ |
H A D | radix.h | 182 #define R_ZallocSleep(p, t, n) p = (t) kmem_zalloc(n, KM_SLEEP) macro 203 #define R_ZallocSleep(p, t, n) R_Zalloc(p, t, n) macro
|
/titanic_50/usr/src/common/net/patricia/ |
H A D | radix.c | 1196 R_ZallocSleep(rnh, struct radix_node_head *, sizeof (*rnh)); 1236 R_ZallocSleep(rn_zeros, char *, 2 * max_keylen); in rn_init()
|