| /freebsd-12.1/sys/kern/ |
| H A D | kern_mbuf.c | 731 if (uma_zalloc_arg(zone_clust, m, how) == NULL || in mb_zinit_pack() 923 uma_zalloc_arg(zone_clust, m, how); in m_clget() 930 uma_zalloc_arg(zone_clust, m, how); in m_clget() 956 retval = uma_zalloc_arg(zone, m, how); in m_cljget() 976 return (uma_zalloc_arg(zone_mbuf, &args, how)); in m_get2() 978 return (uma_zalloc_arg(zone_pack, &args, how)); in m_get2() 983 m = uma_zalloc_arg(zone_mbuf, &args, how); in m_get2() 987 n = uma_zalloc_arg(zone_jumbop, m, how); in m_get2() 1013 m = uma_zalloc_arg(zone_mbuf, &args, how); in m_getjcl() 1018 n = uma_zalloc_arg(zone, m, how); in m_getjcl()
|
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | slab.h | 163 return (uma_zalloc_arg(c->cache_zone, c, in linux_kmem_cache_alloc() 170 return (uma_zalloc_arg(c->cache_zone, c, in kmem_cache_zalloc()
|
| /freebsd-12.1/sys/vm/ |
| H A D | uma.h | 334 void *uma_zalloc_arg(uma_zone_t zone, void *arg, int flags); 362 return uma_zalloc_arg(zone, NULL, flags); in uma_zalloc()
|
| H A D | uma_core.c | 435 bucket = uma_zalloc_arg(ubz->ubz_zone, udata, flags); in bucket_alloc() 2384 item = uma_zalloc_arg(zone, NULL, M_WAITOK); in uma_zwait() 2397 item = uma_zalloc_arg(zone, udata, flags & ~M_ZERO); in uma_zalloc_pcpu_arg() 2424 uma_zalloc_arg(uma_zone_t zone, void *udata, int flags) in uma_zalloc_arg() function
|
| /freebsd-12.1/sys/sys/ |
| H A D | mbuf.h | 779 m = uma_zalloc_arg(zone_mbuf, &args, how); in m_get() 792 m = uma_zalloc_arg(zone_mbuf, &args, how); in m_gethdr() 805 m = uma_zalloc_arg(zone_pack, &args, how); in m_getcl()
|
| /freebsd-12.1/sys/cddl/compat/opensolaris/kern/ |
| H A D | opensolaris_kmem.c | 192 return (uma_zalloc_arg(cache->kc_zone, cache, flags)); in kmem_cache_alloc()
|
| /freebsd-12.1/sys/security/audit/ |
| H A D | audit.c | 429 ar = uma_zalloc_arg(audit_record_zone, td, M_WAITOK); in audit_new()
|
| /freebsd-12.1/sys/netgraph/netflow/ |
| H A D | netflow.c | 334 fle = uma_zalloc_arg(priv->zone, priv, M_NOWAIT); in hash_insert() 429 fle6 = uma_zalloc_arg(priv->zone6, priv, M_NOWAIT); in hash6_insert()
|
| /freebsd-12.1/sys/fs/fuse/ |
| H A D | fuse_ipc.c | 382 return uma_zalloc_arg(ticket_zone, data, M_WAITOK); in fticket_alloc()
|
| /freebsd-12.1/sys/mips/mips/ |
| H A D | busdma_machdep.c | 351 map = uma_zalloc_arg(dmamap_zone, dmat, M_NOWAIT); in _busdma_alloc_dmamap()
|
| /freebsd-12.1/sys/fs/tmpfs/ |
| H A D | tmpfs_subr.c | 224 nnode = (struct tmpfs_node *)uma_zalloc_arg(tmp->tm_node_pool, tmp, in tmpfs_alloc_node()
|
| /freebsd-12.1/share/man/man9/ |
| H A D | Makefile | 2274 zone.9 uma_zalloc_arg.9 \
|
| /freebsd-12.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()
|