Home
last modified time | relevance | path

Searched refs:uma_zcache_create (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/sys/vm/
H A Duma.h226 uma_zone_t uma_zcache_create(const char *name, int size, uma_ctor ctor,
H A Dvm_glue.c478 kstack_cache = uma_zcache_create("kstack_cache", in kstack_cache_init()
H A Dvm_page.c223 pgcache->zone = uma_zcache_create("vm pgcache", in vm_page_init_cache_zones()
H A Duma_core.c3270 uma_zcache_create(const char *name, int size, uma_ctor ctor, uma_dtor dtor, in uma_zcache_create() function
/freebsd-13.1/sys/kern/
H A Dkern_mbuf.c615 dn_zone_mbuf = uma_zcache_create("debugnet_" MBUF_MEM_NAME, in debugnet_mbuf_reinit()
620 dn_zone_clust = uma_zcache_create("debugnet_" MBUF_CLUSTER_MEM_NAME, in debugnet_mbuf_reinit()
625 dn_zone_pack = uma_zcache_create("debugnet_" MBUF_PACKET_MEM_NAME, in debugnet_mbuf_reinit()
H A Dsubr_vmem.c601 qc->qc_cache = uma_zcache_create(qc->qc_name, size, in qc_init()
H A Dvfs_bio.c1282 buf_zone = uma_zcache_create("buf free cache", in bufinit()
/freebsd-13.1/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_hw_tls.c147 ptls->zone = uma_zcache_create(ptls->zname, in mlx5e_tls_init()
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1353 pool->pool_zone = uma_zcache_create(name, -1, dma_pool_obj_ctor, in linux_dma_pool_create()
/freebsd-13.1/share/man/man9/
H A DMakefile2378 zone.9 uma_zcache_create.9 \
/freebsd-13.1/sys/powerpc/aim/
H A Dmmu_radix.c3589 zone_radix_pgd = uma_zcache_create("radix_pgd_cache", in mmu_radix_init()