Searched refs:slb_cache_zone (Results 1 – 1 of 1) sorted by relevance
56 static uma_zone_t slb_cache_zone; variable520 slb_cache_zone = uma_zcreate("SLB cache", in slb_zone_init()525 uma_zone_set_allocf(slb_cache_zone, slb_uma_real_alloc); in slb_zone_init()533 return (uma_zalloc(slb_cache_zone, M_ZERO)); in slb_alloc_user_cache()539 uma_zfree(slb_cache_zone, slb); in slb_free_user_cache()