Home
last modified time | relevance | path

Searched refs:R_ZallocSleep (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dradix.h180 #define R_ZallocSleep(p, t, n) p = (t) kmem_zalloc(n, KM_SLEEP) macro
201 #define R_ZallocSleep(p, t, n) R_Zalloc(p, t, n) macro
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c1196 R_ZallocSleep(rnh, struct radix_node_head *, sizeof (*rnh));
1236 R_ZallocSleep(rn_zeros, char *, 2 * max_keylen); in rn_init()