Searched refs:umem_cache_alloc (Results 1 – 12 of 12) sorted by relevance
37 umem_cache_alloc.3malloc \59 umem_cache_alloc.3malloc := LINKSRC = umem_cache_create.3malloc
77 extern void *umem_cache_alloc(umem_cache_t *, int);
61 umem_cache_alloc;
1900 #pragma weak umem_cache_alloc = _umem_cache_alloc macro
115 return (umem_cache_alloc((umem_cache_t *)kc, in kmem_cache_alloc()
110 ks = umem_cache_alloc(ksocket_cache, 0); in _ksocket_create()
32 link path=usr/share/man/man3malloc/umem_cache_alloc.3malloc \
327 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f)
630 p = umem_cache_alloc(ecache, UMEM_NOFAIL); in parse_line()
2123 *entry = (nsc_entry_t *)umem_cache_alloc(nsc_entry_cache, in lookup_cache()
142 if ((dde = umem_cache_alloc(ddt->ddecache, UMEM_DEFAULT)) in ddt_hash_append()
6604 usr/src/man/man3malloc/umem_cache_alloc.3malloc