Searched refs:uma_prealloc (Results 1 – 12 of 12) sorted by relevance
/freebsd/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/sys/vm/ |
H A D | vm_pager.c | 225 * uma_prealloc() rounds up to items per slab. If we would prealloc in pbuf_zsecond_create() 233 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 D | uma.h | 664 void uma_prealloc(uma_zone_t zone, int itemcnt);
|
H A D | vm_map.c | 270 uma_prealloc(kmapentzone, KMAPENT_RESERVE + 1); in vm_map_startup() 663 uma_prealloc(kmapentzone, 1); in _vm_map_unlock()
|
H A D | uma_core.c | 5241 uma_prealloc(uma_zone_t zone, int items) function
|
/freebsd/sys/kern/ |
H A D | kern_devctl.c | 169 uma_prealloc(z, reserve); in devctl_init()
|
H A D | subr_vmem.c | 710 uma_prealloc(vmem_bt_zone, BT_MAXALLOC); in vmem_startup()
|
H A D | kern_sig.c | 361 uma_prealloc(ksiginfo_zone, preallocate_siginfo); in sigqueue_start()
|
H A D | vfs_subr.c | 815 uma_prealloc(buf_trie_zone, nbuf); in vntblinit()
|
/freebsd/sys/geom/eli/ |
H A D | g_eli.c | 133 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/share/man/man9/ |
H A D | Makefile | 2472 zone.9 uma_prealloc.9 \
|
/freebsd/sys/dev/virtio/network/ |
H A D | if_vtnet.c | 396 uma_prealloc(vtnet_tx_header_zone, DEBUGNET_MAX_IN_FLIGHT * 2); in vtnet_modevent()
|