Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/
H A Dvm_resident.c9347 unsigned int bucket_count = 0; in vm_page_info() local
9356 bucket_count++; in vm_page_info()
9362 info[i].hib_count = bucket_count; in vm_page_info()
/xnu-11417.121.6/tools/lldbmacros/
H A Dmemory.py5489 bucket_count = 20
5491 while bucket_index < bucket_count: