Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cluster.c7042 int modulus_size = 0, map_size = 0, active_buckets = 0, index = 0, copycount = 0; in vfs_drt_alloc_map() local
7057 active_buckets = 0; in vfs_drt_alloc_map()
7061 active_buckets++; in vfs_drt_alloc_map()
7073 if ((active_buckets > (DRT_HASH_SMALL_MODULUS - 5)) && in vfs_drt_alloc_map()
7082 if ((active_buckets > (DRT_HASH_LARGE_MODULUS - 5)) && in vfs_drt_alloc_map()
7106 if (active_buckets >= DRT_HASH_XLARGE_MODULUS) { in vfs_drt_alloc_map()