Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dkern_memorystatus.h619 int memorystatus_get_proccnt_upto_priority(int32_t max_bucket_index);
/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c8372 memorystatus_get_proccnt_upto_priority(int32_t max_bucket_index) argument
8377 if (max_bucket_index >= MEMSTAT_BUCKET_COUNT) {
8381 while (i <= max_bucket_index) {