Searched refs:cache_zone_small (Results 1 – 1 of 1) sorted by relevance
195 static uma_zone_t cache_zone_small; variable215 return (uma_zalloc(cache_zone_small, M_WAITOK)); in cache_alloc()230 uma_zfree(cache_zone_small, ncp); in cache_free()907 cache_zone_small = uma_zcreate("S VFS Cache", in nchinit()