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

/freebsd-10.1-release/sys/kern/
H A Dvfs_cache.c197 static uma_zone_t cache_zone_small_ts; variable
214 return (uma_zalloc(cache_zone_small_ts, M_WAITOK));
229 uma_zfree(cache_zone_small_ts, ncp);
924 cache_zone_small_ts = uma_zcreate("STS VFS Cache",

Completed in 61 milliseconds