Searched refs:cache_zone_large (Results 1 – 1 of 1) sorted by relevance
273 static uma_zone_t __read_mostly cache_zone_large; variable294 ncp = uma_zalloc(cache_zone_large, M_WAITOK); in cache_alloc()318 uma_zfree(cache_zone_large, ncp); in cache_free()1869 cache_zone_large = uma_zcreate("L VFS Cache", in nchinit()