Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/vm/
H A Dvm_mteinfo.c784 T_DECL(active_buckets, "helper to print/chose buckets", T_META_ENABLED(false))
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_cluster.c7825 int modulus_size = 0, map_size = 0, active_buckets = 0, index = 0, copycount = 0; in vfs_drt_alloc_map() local
7840 active_buckets = 0; in vfs_drt_alloc_map()
7844 active_buckets++; in vfs_drt_alloc_map()
7856 if ((active_buckets > (DRT_HASH_SMALL_MODULUS - 5)) && in vfs_drt_alloc_map()
7865 if ((active_buckets > (DRT_HASH_LARGE_MODULUS - 5)) && in vfs_drt_alloc_map()
7889 if (active_buckets >= DRT_HASH_XLARGE_MODULUS) { in vfs_drt_alloc_map()