Searched refs:cache_zone_small (Results 1 – 1 of 1) sorted by relevance
271 static uma_zone_t __read_mostly cache_zone_small; variable292 ncp = uma_zalloc(cache_zone_small, M_WAITOK); in cache_alloc()316 uma_zfree(cache_zone_small, ncp); in cache_free()1861 cache_zone_small = uma_zcreate("S VFS Cache", in nchinit()