Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dvfs_cache.c271 static uma_zone_t __read_mostly cache_zone_small; variable
292 ncp = uma_zalloc(cache_zone_small, M_WAITOK); in cache_alloc()
316 uma_zfree(cache_zone_small, ncp); in cache_free()
1861 cache_zone_small = uma_zcreate("S VFS Cache", in nchinit()