Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cache.c207 #define CACHE_ZONE_LARGE_SIZE (offsetof(struct namecache, nc_name) + NAME_MAX + 1 + CACHE_LARGE_PA… macro
208 #define CACHE_ZONE_LARGE_TS_SIZE (offsetof(struct namecache_ts, nc_nc) + CACHE_ZONE_LARGE_SIZE)
212 _Static_assert((CACHE_ZONE_LARGE_SIZE % (CACHE_ZONE_ALIGNMENT + 1)) == 0, "bad zone size");
578 if (size < CACHE_ZONE_LARGE_SIZE) { in cache_symlink_alloc()
591 KASSERT(size < CACHE_ZONE_LARGE_SIZE, in cache_symlink_free()
598 if (size < CACHE_ZONE_LARGE_SIZE) { in cache_symlink_free()
2526 cache_zone_large = uma_zcreate("L VFS Cache", CACHE_ZONE_LARGE_SIZE, in nchinit()