Home
last modified time | relevance | path

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

/src/sys/kern/ !
H A Dvfs_cache.c770 static uma_zone_t __read_mostly cache_zone_large; variable
781 return (uma_zalloc_smr(cache_zone_large, flags)); in cache_symlink_alloc()
801 uma_zfree_smr(cache_zone_large, string); in cache_symlink_free()
823 ncp = uma_zalloc_smr(cache_zone_large, M_WAITOK); in cache_alloc_uma()
843 uma_zfree_smr(cache_zone_large, ncp); in cache_free_uma()
2796 cache_zone_large = uma_zcreate("L VFS Cache", CACHE_ZONE_LARGE_SIZE, in nchinit()
2803 VFS_SMR_ZONE_SET(cache_zone_large); in nchinit()