Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cache.c569 static uma_zone_t __read_mostly cache_zone_large_ts; variable
615 ncp_ts = uma_zalloc_smr(cache_zone_large_ts, M_WAITOK); in cache_alloc_uma()
636 uma_zfree_smr(cache_zone_large_ts, ncp_ts); in cache_free_uma()
2528 cache_zone_large_ts = uma_zcreate("LTS VFS Cache", CACHE_ZONE_LARGE_TS_SIZE, in nchinit()
2534 VFS_SMR_ZONE_SET(cache_zone_large_ts); in nchinit()