Searched refs:fakepg_zone (Results 1 – 1 of 1) sorted by relevance
163 static uma_zone_t fakepg_zone; variable195 fakepg_zone = uma_zcreate("fakepg", sizeof(struct vm_page), NULL, NULL, in vm_page_init()1309 m = uma_zalloc(fakepg_zone, M_WAITOK | M_ZERO); in vm_page_getfake()1354 uma_zfree(fakepg_zone, m); in vm_page_putfake()