Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cache.c205 #define CACHE_ZONE_SMALL_SIZE (offsetof(struct namecache, nc_name) + CACHE_PATH_CUTOFF + 1) macro
206 #define CACHE_ZONE_SMALL_TS_SIZE (offsetof(struct namecache_ts, nc_nc) + CACHE_ZONE_SMALL_SIZE)
210 _Static_assert((CACHE_ZONE_SMALL_SIZE % (CACHE_ZONE_ALIGNMENT + 1)) == 0, "bad zone size");
575 if (size < CACHE_ZONE_SMALL_SIZE) { in cache_symlink_alloc()
594 if (size < CACHE_ZONE_SMALL_SIZE) { in cache_symlink_free()
2522 cache_zone_small = uma_zcreate("S VFS Cache", CACHE_ZONE_SMALL_SIZE, in nchinit()