Searched refs:cache_zone_large (Results 1 – 1 of 1) sorted by relevance
629 static uma_zone_t __read_mostly cache_zone_large; variable640 return (uma_zalloc_smr(cache_zone_large, flags)); in cache_symlink_alloc()660 uma_zfree_smr(cache_zone_large, string); in cache_symlink_free()682 ncp = uma_zalloc_smr(cache_zone_large, M_WAITOK); in cache_alloc_uma()702 uma_zfree_smr(cache_zone_large, ncp); in cache_free_uma()2677 cache_zone_large = uma_zcreate("L VFS Cache", CACHE_ZONE_LARGE_SIZE, in nchinit()2684 VFS_SMR_ZONE_SET(cache_zone_large); in nchinit()