Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_current.c295 uma_prealloc(linux_current_zone, lkpi_task_resrv); in linux_current_init()
300 uma_prealloc(linux_mm_zone, lkpi_task_resrv); in linux_current_init()
/freebsd/sys/vm/
H A Dvm_pager.c233 uma_prealloc(pbuf_zone, uma_zone_set_max(zone, max)); in pbuf_zsecond_create()
242 uma_prealloc(pbuf_zone, nswbuf_max); in pbuf_prealloc()
H A Duma.h663 void uma_prealloc(uma_zone_t zone, int itemcnt);
H A Dvm_map.c270 uma_prealloc(kmapentzone, KMAPENT_RESERVE + 1); in vm_map_startup()
665 uma_prealloc(kmapentzone, 1); in _vm_map_unlock()
H A Duma_core.c5203 uma_prealloc(uma_zone_t zone, int items) function
/freebsd/sys/kern/
H A Dkern_devctl.c166 uma_prealloc(z, reserve); in devctl_init()
H A Dsubr_vmem.c712 uma_prealloc(vmem_bt_zone, BT_MAXALLOC); in vmem_startup()
H A Dkern_sig.c361 uma_prealloc(ksiginfo_zone, preallocate_siginfo); in sigqueue_start()
H A Dvfs_subr.c774 uma_prealloc(buf_trie_zone, nbuf); in vntblinit()
/freebsd/sys/geom/eli/
H A Dg_eli.c133 uma_prealloc(g_eli_uma, new - g_eli_minbufs); in sysctl_g_eli_minbufs()
902 uma_prealloc(g_eli_uma, g_eli_minbufs); in g_eli_init_uma()
/freebsd/sys/powerpc/booke/
H A Dpmap.c1083 uma_prealloc(pvzone, PV_ENTRY_ZONE_MIN); in mmu_booke_init()
/freebsd/share/man/man9/
H A DMakefile2442 zone.9 uma_prealloc.9 \
/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c396 uma_prealloc(vtnet_tx_header_zone, DEBUGNET_MAX_IN_FLIGHT * 2); in vtnet_modevent()