Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/
H A Dvm_resident.c324 int numbuckets = 0; in hash_debug() local
330 numbuckets++; in hash_debug()
339 numbuckets, 100 * numbuckets / vm_page_bucket_count); in hash_debug()
341 vm_page_bucket_count - numbuckets, in hash_debug()
342 100 * (vm_page_bucket_count - numbuckets) / vm_page_bucket_count); in hash_debug()