Searched refs:uma_prealloc (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_current.c | 295 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-14.2/sys/vm/ |
| H A D | vm_pager.c | 235 uma_prealloc(pbuf_zone, uma_zone_set_max(zone, max)); in pbuf_zsecond_create() 244 uma_prealloc(pbuf_zone, nswbuf_max); in pbuf_prealloc()
|
| H A D | uma.h | 663 void uma_prealloc(uma_zone_t zone, int itemcnt);
|
| H A D | vm_map.c | 273 uma_prealloc(kmapentzone, KMAPENT_RESERVE + 1); in vm_map_startup() 668 uma_prealloc(kmapentzone, 1); in _vm_map_unlock()
|
| H A D | uma_core.c | 5203 uma_prealloc(uma_zone_t zone, int items) function
|
| /freebsd-14.2/sys/kern/ |
| H A D | kern_devctl.c | 169 uma_prealloc(z, reserve); in devctl_init()
|
| H A D | subr_vmem.c | 712 uma_prealloc(vmem_bt_zone, BT_MAXALLOC); in vmem_startup()
|
| H A D | kern_sig.c | 363 uma_prealloc(ksiginfo_zone, preallocate_siginfo); in sigqueue_start()
|
| H A D | vfs_subr.c | 780 uma_prealloc(buf_trie_zone, nbuf); in vntblinit()
|
| /freebsd-14.2/sys/geom/eli/ |
| H A D | g_eli.c | 134 uma_prealloc(g_eli_uma, new - g_eli_minbufs); in sysctl_g_eli_minbufs() 903 uma_prealloc(g_eli_uma, g_eli_minbufs); in g_eli_init_uma()
|
| /freebsd-14.2/sys/powerpc/booke/ |
| H A D | pmap.c | 1079 uma_prealloc(pvzone, PV_ENTRY_ZONE_MIN); in mmu_booke_init()
|
| /freebsd-14.2/share/man/man9/ |
| H A D | Makefile | 2439 zone.9 uma_prealloc.9 \
|
| /freebsd-14.2/sys/dev/virtio/network/ |
| H A D | if_vtnet.c | 397 uma_prealloc(vtnet_tx_header_zone, DEBUGNET_MAX_IN_FLIGHT * 2); in vtnet_modevent()
|