Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDvfs_cache.c197 static uma_zone_t cache_zone_small_ts; variable
214 return (uma_zalloc(cache_zone_small_ts, M_WAITOK)); in cache_alloc()
229 uma_zfree(cache_zone_small_ts, ncp); in cache_free()
924 cache_zone_small_ts = uma_zcreate("STS VFS Cache", in nchinit()