Searched refs:cache_zone_small (Results 1 – 1 of 1) sorted by relevance
744 static uma_zone_t __read_mostly cache_zone_small; variable754 return (uma_zalloc_smr(cache_zone_small, flags)); in cache_symlink_alloc()773 uma_zfree_smr(cache_zone_small, string); in cache_symlink_free()797 ncp = uma_zalloc_smr(cache_zone_small, M_WAITOK); in cache_alloc_uma()817 uma_zfree_smr(cache_zone_small, ncp); in cache_free_uma()2768 cache_zone_small = uma_zcreate("S VFS Cache", CACHE_ZONE_SMALL_SIZE, in nchinit()2777 VFS_SMR_ZONE_SET(cache_zone_small); in nchinit()