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

/freebsd-10.0-release/sys/kern/
H A Dvfs_cache.c196 static uma_zone_t cache_zone_small; variable
216 return (uma_zalloc(cache_zone_small, M_WAITOK));
231 uma_zfree(cache_zone_small, ncp);
915 cache_zone_small = uma_zcreate("S VFS Cache",

Completed in 64 milliseconds