Searched refs:uma_zfree_arg (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/vm/
H A Duma.h79 * arg Argument passed through uma_zfree_arg
379 void uma_zfree_arg(uma_zone_t zone, void *item, void *arg);
390 * This is just a wrapper for uma_zfree_arg for convenience.
399 uma_zfree_arg(zone, item, NULL);
H A Duma_core.c527 uma_zfree_arg(ubz->ubz_zone, bucket, udata);
3266 uma_zfree_arg(zone, item, udata);
4226 uma_zfree_arg(uma_zone_t zone, void *item, void *udata) function
4235 CTR2(KTR_UMA, "uma_zfree_arg zone %s(%p)", zone->uz_name, zone);
4239 ("uma_zfree_arg: called with SMR zone."));
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c212 uma_zfree_arg(cache->kc_zone, buf, cache);
/freebsd-13-stable/sys/netgraph/netflow/
H A Dnetflow.c238 uma_zfree_arg(priv->zone, fle, priv);
253 uma_zfree_arg(priv->zone, fle, priv);
256 uma_zfree_arg(priv->zone6, fle, priv);
272 uma_zfree_arg(priv->zone, fle, priv);
275 uma_zfree_arg(priv->zone6, fle, priv);
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1013 uma_zfree_arg(pool->pool_zone, obj, pool);
1036 uma_zfree_arg(pool->pool_zone, obj, pool);
/freebsd-13-stable/sys/kern/
H A Dkern_malloc.c902 uma_zfree_arg(zone, addr, slab);
943 uma_zfree_arg(zone, addr, slab);
H A Dkern_mbuf.c763 uma_zfree_arg(zone_clust, m->m_ext.ext_buf, NULL);
/freebsd-13-stable/share/man/man9/
H A DMakefile2371 zone.9 uma_zfree_arg.9 \
/freebsd-13-stable/sys/geom/raid3/
H A Dg_raid3.c206 uma_zfree_arg(sc->sc_zones[zone].sz_zone,

Completed in 257 milliseconds