Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDvfs_cache.c628 static uma_zone_t __read_mostly cache_zone_small_ts; variable
674 ncp_ts = uma_zalloc_smr(cache_zone_small_ts, M_WAITOK); in cache_alloc_uma()
695 uma_zfree_smr(cache_zone_small_ts, ncp_ts); in cache_free_uma()
2675 cache_zone_small_ts = uma_zcreate("STS VFS Cache", CACHE_ZONE_SMALL_TS_SIZE, in nchinit()
2683 VFS_SMR_ZONE_SET(cache_zone_small_ts); in nchinit()