Home
last modified time | relevance | path

Searched refs:cache_zone_small (Results 1 – 1 of 1) sorted by relevance

/src/sys/kern/
H A Dvfs_cache.c768 static uma_zone_t __read_mostly cache_zone_small; variable
778 return (uma_zalloc_smr(cache_zone_small, flags)); in cache_symlink_alloc()
797 uma_zfree_smr(cache_zone_small, string); in cache_symlink_free()
821 ncp = uma_zalloc_smr(cache_zone_small, M_WAITOK); in cache_alloc_uma()
841 uma_zfree_smr(cache_zone_small, ncp); in cache_free_uma()
2792 cache_zone_small = uma_zcreate("S VFS Cache", CACHE_ZONE_SMALL_SIZE, in nchinit()
2801 VFS_SMR_ZONE_SET(cache_zone_small); in nchinit()