Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cache.c566 static uma_zone_t __read_mostly cache_zone_small; variable
576 return (uma_zalloc_smr(cache_zone_small, flags)); in cache_symlink_alloc()
595 uma_zfree_smr(cache_zone_small, string); in cache_symlink_free()
619 ncp = uma_zalloc_smr(cache_zone_small, M_WAITOK); in cache_alloc_uma()
639 uma_zfree_smr(cache_zone_small, ncp); in cache_free_uma()
2522 cache_zone_small = uma_zcreate("S VFS Cache", CACHE_ZONE_SMALL_SIZE, in nchinit()
2531 VFS_SMR_ZONE_SET(cache_zone_small); in nchinit()