Searched refs:uma_zalloc_arg (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_mbuf.c | 745 if (uma_zalloc_arg(zone_clust, m, how) == NULL || in mb_zinit_pack() 1313 uma_zalloc_arg(zone_clust, m, how); in m_clget() 1320 uma_zalloc_arg(zone_clust, m, how); in m_clget() 1346 retval = uma_zalloc_arg(zone, m, how); in m_cljget() 1366 return (uma_zalloc_arg(zone_mbuf, &args, how)); in m_get2() 1368 return (uma_zalloc_arg(zone_pack, &args, how)); in m_get2() 1373 m = uma_zalloc_arg(zone_mbuf, &args, how); in m_get2() 1377 n = uma_zalloc_arg(zone_jumbop, m, how); in m_get2() 1403 m = uma_zalloc_arg(zone_mbuf, &args, how); in m_getjcl() 1408 n = uma_zalloc_arg(zone, m, how); in m_getjcl()
|
| /f-stack/tools/compat/include/vm/ |
| H A D | uma.h | 325 void *uma_zalloc_arg(uma_zone_t zone, void *arg, int flags); 358 return uma_zalloc_arg(zone, NULL, flags); in uma_zalloc()
|
| /f-stack/freebsd/vm/ |
| H A D | uma.h | 325 void *uma_zalloc_arg(uma_zone_t zone, void *arg, int flags); 358 return uma_zalloc_arg(zone, NULL, flags); in uma_zalloc()
|
| H A D | uma_core.c | 493 bucket = uma_zalloc_arg(ubz->ubz_zone, udata, flags); in bucket_alloc() 3197 item = uma_zalloc_arg(zone, udata, flags & ~M_ZERO); in uma_zalloc_pcpu_arg() 3433 uma_zalloc_arg(uma_zone_t zone, void *udata, int flags) in uma_zalloc_arg() function 3600 return (uma_zalloc_arg(zone, udata, flags)); in uma_zalloc_domain() 3630 return (uma_zalloc_arg(zone, udata, flags)); in uma_zalloc_domain()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | mbuf.h | 732 m = uma_zalloc_arg(zone_mbuf, &args, how); in m_get() 745 m = uma_zalloc_arg(zone_mbuf, &args, how); in m_gethdr() 758 m = uma_zalloc_arg(zone_pack, &args, how); in m_getcl()
|
| /f-stack/freebsd/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()
|
| /f-stack/freebsd/sys/ |
| H A D | mbuf.h | 958 m = uma_zalloc_arg(zone_mbuf, &args, how); in m_get() 971 m = uma_zalloc_arg(zone_mbuf, &args, how); in m_gethdr() 984 m = uma_zalloc_arg(zone_pack, &args, how); in m_getcl()
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit.c | 430 ar = uma_zalloc_arg(audit_record_zone, td, M_WAITOK); in audit_new()
|
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | netflow.c | 328 fle = uma_zalloc_arg(priv->zone, priv, M_NOWAIT); in hash_insert() 401 fle6 = uma_zalloc_arg(priv->zone6, priv, M_NOWAIT); in hash6_insert()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | busdma_machdep.c | 348 map = uma_zalloc_arg(dmamap_zone, dmat, M_NOWAIT); in _busdma_alloc_dmamap()
|