Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c716 static uma_zone_t __read_mostly cache_zone_large; variable
727 return (uma_zalloc_smr(cache_zone_large, flags)); in cache_symlink_alloc()
747 uma_zfree_smr(cache_zone_large, string); in cache_symlink_free()
769 ncp = uma_zalloc_smr(cache_zone_large, M_WAITOK); in cache_alloc_uma()
789 uma_zfree_smr(cache_zone_large, ncp); in cache_free_uma()
2764 cache_zone_large = uma_zcreate("L VFS Cache", CACHE_ZONE_LARGE_SIZE, in nchinit()
2771 VFS_SMR_ZONE_SET(cache_zone_large); in nchinit()