Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_resident.c329 int numbuckets = 0; in hash_debug() local
335 numbuckets++; in hash_debug()
344 numbuckets, 100 * numbuckets / vm_page_bucket_count); in hash_debug()
346 vm_page_bucket_count - numbuckets, in hash_debug()
347 100 * (vm_page_bucket_count - numbuckets) / vm_page_bucket_count); in hash_debug()