Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDvfs_cache.c195 static uma_zone_t cache_zone_small; variable
215 return (uma_zalloc(cache_zone_small, M_WAITOK)); in cache_alloc()
230 uma_zfree(cache_zone_small, ncp); in cache_free()
907 cache_zone_small = uma_zcreate("S VFS Cache", in nchinit()