Searched refs:slb_cache_zone (Results 1 – 1 of 1) sorted by relevance
59 static uma_zone_t slb_cache_zone; variable525 slb_cache_zone = uma_zcreate("SLB cache", in slb_zone_init()530 uma_zone_set_allocf(slb_cache_zone, slb_uma_real_alloc); in slb_zone_init()538 return (uma_zalloc(slb_cache_zone, M_ZERO)); in slb_alloc_user_cache()544 uma_zfree(slb_cache_zone, slb); in slb_free_user_cache()