Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/vm/
H A Dvm_resident.c326 int numbuckets = 0; in hash_debug() local
332 numbuckets++; in hash_debug()
341 numbuckets, 100 * numbuckets / vm_page_bucket_count); in hash_debug()
343 vm_page_bucket_count - numbuckets, in hash_debug()
344 100 * (vm_page_bucket_count - numbuckets) / vm_page_bucket_count); in hash_debug()