Searched refs:CACHE_ZONE_LARGE_SIZE (Results 1 – 1 of 1) sorted by relevance
417 #define CACHE_ZONE_LARGE_SIZE (offsetof(struct namecache, nc_name) + NAME_MAX + 1 + CACHE_LARGE_PA… macro418 #define CACHE_ZONE_LARGE_TS_SIZE (offsetof(struct namecache_ts, nc_nc) + CACHE_ZONE_LARGE_SIZE)422 _Static_assert((CACHE_ZONE_LARGE_SIZE % (CACHE_ZONE_ALIGNMENT + 1)) == 0, "bad zone size");726 if (size < CACHE_ZONE_LARGE_SIZE) { in cache_symlink_alloc()739 KASSERT(size < CACHE_ZONE_LARGE_SIZE, in cache_symlink_free()746 if (size < CACHE_ZONE_LARGE_SIZE) { in cache_symlink_free()2764 cache_zone_large = uma_zcreate("L VFS Cache", CACHE_ZONE_LARGE_SIZE, in nchinit()