Searched refs:cache_zone_large (Results 1 – 1 of 1) sorted by relevance
568 static uma_zone_t __read_mostly cache_zone_large; variable579 return (uma_zalloc_smr(cache_zone_large, flags)); in cache_symlink_alloc()599 uma_zfree_smr(cache_zone_large, string); in cache_symlink_free()621 ncp = uma_zalloc_smr(cache_zone_large, M_WAITOK); in cache_alloc_uma()641 uma_zfree_smr(cache_zone_large, ncp); in cache_free_uma()2526 cache_zone_large = uma_zcreate("L VFS Cache", CACHE_ZONE_LARGE_SIZE, in nchinit()2533 VFS_SMR_ZONE_SET(cache_zone_large); in nchinit()