Searched refs:cache_zone_small (Results 1 – 1 of 1) sorted by relevance
714 static uma_zone_t __read_mostly cache_zone_small; variable724 return (uma_zalloc_smr(cache_zone_small, flags)); in cache_symlink_alloc()743 uma_zfree_smr(cache_zone_small, string); in cache_symlink_free()767 ncp = uma_zalloc_smr(cache_zone_small, M_WAITOK); in cache_alloc_uma()787 uma_zfree_smr(cache_zone_small, ncp); in cache_free_uma()2760 cache_zone_small = uma_zcreate("S VFS Cache", CACHE_ZONE_SMALL_SIZE, in nchinit()2769 VFS_SMR_ZONE_SET(cache_zone_small); in nchinit()