Lines Matching refs:umem_alloc
71 * request (via malloc() and friends, umem_alloc(), or umem_zalloc()),
98 * * from umem_alloc() or umem_zalloc(), with 0 < size < UMEM_MAXBUF,
100 * * from umem_alloc() or umem_zalloc(), with size > UMEM_MAXBUF,
109 * 2.2.1. umem_alloc()/umem_zalloc(), with 0 < size < UMEM_MAXBUF
116 * So umem_cache_alloc() returns NULL, and umem_alloc()/umem_zalloc() call
121 * causes umem_alloc()/umem_zalloc() to start over, which causes it to load
386 * The default set of caches to back umem_alloc().
1888 #pragma weak umem_alloc = _umem_alloc
2896 * make sure the umem_alloc table initializer is correct
2902 * Create the default caches to back umem_alloc()
2932 * visible to umem_alloc() and friends.