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

/freebsd-13-stable/sys/vm/
H A Duma_core.c117 static uma_zone_t kegs; variable
163 /* Linked list of all kegs in the system */
2324 * Use a first-touch NUMA policy for kegs that pmap_extract() will
2699 * This is a pure cache zone, no kegs.
2870 * We only destroy kegs from non secondary/non cache zones.
2877 zone_free_item(kegs, keg, NULL, SKIP_NONE);
2949 /* Allocate the zone of zones, zone of kegs, and zone of zones keg. */
2959 kegs = (uma_zone_t)m;
2974 zone_ctor(kegs, zsize, &args, M_WAITOK);
3085 return (zone_alloc_item(kegs,
[all...]

Completed in 117 milliseconds