| /freebsd-13.1/sys/kern/ |
| H A D | kern_mbuf.c | 768 if (uma_zalloc_arg(zone_clust, m, how) == NULL || in mb_zinit_pack() 1328 uma_zalloc_arg(zone_clust, m, how); in m_clget() 1335 uma_zalloc_arg(zone_clust, m, how); in m_clget() 1361 retval = uma_zalloc_arg(zone, m, how); in m_cljget() 1381 return (uma_zalloc_arg(zone_mbuf, &args, how)); in m_get2() 1383 return (uma_zalloc_arg(zone_pack, &args, how)); in m_get2() 1388 m = uma_zalloc_arg(zone_mbuf, &args, how); in m_get2() 1392 n = uma_zalloc_arg(zone_jumbop, m, how); in m_get2() 1418 m = uma_zalloc_arg(zone_mbuf, &args, how); in m_getjcl() 1423 n = uma_zalloc_arg(zone, m, how); in m_getjcl()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_slab.c | 69 return (uma_zalloc_arg(c->cache_zone, c, in lkpi_kmem_cache_alloc() 76 return (uma_zalloc_arg(c->cache_zone, c, in lkpi_kmem_cache_zalloc()
|
| H A D | linux_pci.c | 1389 obj = uma_zalloc_arg(pool->pool_zone, pool, mem_flags & GFP_NATIVE_MASK); in linux_dma_pool_alloc()
|
| /freebsd-13.1/sys/vm/ |
| H A D | uma.h | 334 void *uma_zalloc_arg(uma_zone_t zone, void *arg, int flags); 367 return uma_zalloc_arg(zone, NULL, flags); in uma_zalloc()
|
| H A D | uma_core.c | 498 bucket = uma_zalloc_arg(ubz->ubz_zone, udata, flags); in bucket_alloc() 3330 item = uma_zalloc_arg(zone, udata, flags & ~M_ZERO); in uma_zalloc_pcpu_arg() 3578 uma_zalloc_arg(uma_zone_t zone, void *udata, int flags) in uma_zalloc_arg() function 3745 return (uma_zalloc_arg(zone, udata, flags)); in uma_zalloc_domain() 3775 return (uma_zalloc_arg(zone, udata, flags)); in uma_zalloc_domain()
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_kmem.c | 197 return (uma_zalloc_arg(cache->kc_zone, cache, flags)); in kmem_cache_alloc()
|
| /freebsd-13.1/sys/sys/ |
| H A D | mbuf.h | 977 m = uma_zalloc_arg(zone_mbuf, &args, how); in m_get() 990 m = uma_zalloc_arg(zone_mbuf, &args, how); in m_gethdr() 1003 m = uma_zalloc_arg(zone_pack, &args, how); in m_getcl()
|
| /freebsd-13.1/sys/security/audit/ |
| H A D | audit.c | 430 ar = uma_zalloc_arg(audit_record_zone, td, M_WAITOK); in audit_new()
|
| /freebsd-13.1/sys/netgraph/netflow/ |
| H A D | netflow.c | 328 fle = uma_zalloc_arg(priv->zone, priv, M_NOWAIT); in hash_insert() 405 fle6 = uma_zalloc_arg(priv->zone6, priv, M_NOWAIT); in hash6_insert()
|
| /freebsd-13.1/sys/fs/fuse/ |
| H A D | fuse_ipc.c | 372 return uma_zalloc_arg(ticket_zone, data, M_WAITOK); in fticket_alloc()
|
| /freebsd-13.1/sys/mips/mips/ |
| H A D | busdma_machdep.c | 346 map = uma_zalloc_arg(dmamap_zone, dmat, M_NOWAIT); in _busdma_alloc_dmamap()
|
| /freebsd-13.1/share/man/man9/ |
| H A D | Makefile | 2374 zone.9 uma_zalloc_arg.9 \
|
| /freebsd-13.1/sys/geom/raid3/ |
| H A D | g_raid3.c | 188 ptr = uma_zalloc_arg(sc->sc_zones[zone].sz_zone, in g_raid3_alloc()
|