Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/vm/
H A Dvm_resident.c259 int numbuckets = 0; in hash_debug() local
265 numbuckets++; in hash_debug()
274 numbuckets, 100 * numbuckets / vm_page_bucket_count); in hash_debug()
276 vm_page_bucket_count - numbuckets, in hash_debug()
277 100 * (vm_page_bucket_count - numbuckets) / vm_page_bucket_count); in hash_debug()