Home
last modified time | relevance | path

Searched refs:slb_cache_zone (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/powerpc/aim/
H A Dslb.c57 static uma_zone_t slb_cache_zone; variable
523 slb_cache_zone = uma_zcreate("SLB cache", in slb_zone_init()
528 uma_zone_set_allocf(slb_cache_zone, slb_uma_real_alloc); in slb_zone_init()
536 return (uma_zalloc(slb_cache_zone, M_WAITOK | M_ZERO)); in slb_alloc_user_cache()
542 uma_zfree(slb_cache_zone, slb); in slb_free_user_cache()