Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dvfs_cache.c274 static uma_zone_t __read_mostly cache_zone_large_ts; variable
288 ncp_ts = uma_zalloc(cache_zone_large_ts, M_WAITOK); in cache_alloc()
313 uma_zfree(cache_zone_large_ts, ncp_ts); in cache_free()
1873 cache_zone_large_ts = uma_zcreate("LTS VFS Cache", in nchinit()