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

/freebsd-current/sys/kern/
H A Dvfs_cache.c716 static uma_zone_t __read_mostly cache_zone_large; variable
727 return (uma_zalloc_smr(cache_zone_large, flags));
747 uma_zfree_smr(cache_zone_large, string);
769 ncp = uma_zalloc_smr(cache_zone_large, M_WAITOK);
789 uma_zfree_smr(cache_zone_large, ncp);
2744 cache_zone_large = uma_zcreate("L VFS Cache", CACHE_ZONE_LARGE_SIZE,
2751 VFS_SMR_ZONE_SET(cache_zone_large);

Completed in 70 milliseconds