Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/vm/
HDuma.h224 uma_zone_t uma_zcache_create(const char *name, int size, uma_ctor ctor,
HDvm_glue.c467 kstack_cache = uma_zcache_create("kstack_cache", in kstack_cache_init()
HDvm_page.c225 pgcache->zone = uma_zcache_create("vm pgcache", in vm_page_init_cache_zones()
HDuma_core.c3361 uma_zcache_create(const char *name, int size, uma_ctor ctor, uma_dtor dtor, in uma_zcache_create() function
/freebsd-14-stable/sys/kern/
HDkern_mbuf.c606 dn_zone_mbuf = uma_zcache_create("debugnet_" MBUF_MEM_NAME, in debugnet_mbuf_reinit()
611 dn_zone_clust = uma_zcache_create("debugnet_" MBUF_CLUSTER_MEM_NAME, in debugnet_mbuf_reinit()
616 dn_zone_pack = uma_zcache_create("debugnet_" MBUF_PACKET_MEM_NAME, in debugnet_mbuf_reinit()
HDsubr_vmem.c599 qc->qc_cache = uma_zcache_create(qc->qc_name, size, in qc_init()
HDuipc_ktls.c396 ktls_buffer_zone = uma_zcache_create("ktls_buffers", in ktls_init()
HDvfs_bio.c1313 buf_zone = uma_zcache_create("buf free cache", in bufinit()
/freebsd-14-stable/sys/dev/mlx5/mlx5_en/
HDmlx5_en_hw_tls.c227 ptls->zone = uma_zcache_create(ptls->zname, in mlx5e_tls_init()
HDmlx5_en_hw_tls_rx.c475 ptls->zone = uma_zcache_create(ptls->zname, in mlx5e_tls_rx_init()
/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_pci.c1834 pool->pool_zone = uma_zcache_create(name, -1, dma_pool_obj_ctor, in linux_dma_pool_create()
/freebsd-14-stable/share/man/man9/
HDMakefile2478 zone.9 uma_zcache_create.9 \
/freebsd-14-stable/sys/powerpc/aim/
HDmmu_radix.c3626 zone_radix_pgd = uma_zcache_create("radix_pgd_cache", in mmu_radix_init()