Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma.h226 uma_zone_t uma_zcache_create(const char *name, int size, uma_ctor ctor,
/f-stack/freebsd/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", in kstack_cache_init()
H A Dvm_page.c224 pgcache->zone = uma_zcache_create("vm pgcache", in vm_page_init_cache_zones()
H A Duma_core.c3137 uma_zcache_create(const char *name, int size, uma_ctor ctor, uma_dtor dtor, in uma_zcache_create() function
/f-stack/freebsd/kern/
H A Dkern_mbuf.c592 dn_zone_mbuf = uma_zcache_create("debugnet_" MBUF_MEM_NAME, in debugnet_mbuf_reinit()
597 dn_zone_clust = uma_zcache_create("debugnet_" MBUF_CLUSTER_MEM_NAME, in debugnet_mbuf_reinit()
602 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.c1256 buf_zone = uma_zcache_create("buf free cache", in bufinit()