Searched refs:mapzone (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/vm/
H A Dvm_map.c127 static uma_zone_t mapzone; variable
197 mapzone = uma_zcreate("MAP", sizeof(struct vm_map), NULL,
204 uma_prealloc(mapzone, MAX_KMAP);
770 result = uma_zalloc(mapzone, M_WAITOK);

Completed in 52 milliseconds