Searched refs:uma_zcache_create (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/vm/
H A Duma.h226 uma_zone_t uma_zcache_create(const char *name, int size, uma_ctor ctor,
H A Dvm_glue.c475 kstack_cache = uma_zcache_create("kstack_cache",
H A Dvm_page.c224 pgcache->zone = uma_zcache_create("vm pgcache",
H A Duma_core.c3174 uma_zcache_create(const char *name, int size, uma_ctor ctor, uma_dtor dtor, function
/freebsd-13-stable/sys/kern/
H A Dkern_mbuf.c587 dn_zone_mbuf = uma_zcache_create("debugnet_" MBUF_MEM_NAME,
592 dn_zone_clust = uma_zcache_create("debugnet_" MBUF_CLUSTER_MEM_NAME,
597 dn_zone_pack = uma_zcache_create("debugnet_" MBUF_PACKET_MEM_NAME,
H A Dsubr_vmem.c601 qc->qc_cache = uma_zcache_create(qc->qc_name, size,
H A Dvfs_bio.c1256 buf_zone = uma_zcache_create("buf free cache",
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c980 pool->pool_zone = uma_zcache_create(name, -1, dma_pool_obj_ctor,
/freebsd-13-stable/share/man/man9/
H A DMakefile2367 zone.9 uma_zcache_create.9 \
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_radix.c3601 zone_radix_pgd = uma_zcache_create("radix_pgd_cache",

Completed in 251 milliseconds