Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c853 static int memorystatus_sort_bucket(unsigned int bucket_index, int sort_order);
854 static int memorystatus_sort_by_largest_coalition_locked(unsigned int bucket_index, int coal_sort_…
855 static void memorystatus_sort_by_largest_process_locked(unsigned int bucket_index);
856 static int memorystatus_move_list_locked(unsigned int bucket_index, pid_t *pid_list, int list_sz);
950 memorystatus_debug_dump_bucket_locked(unsigned int bucket_index) in memorystatus_debug_dump_bucket_locked() argument
955 unsigned int b = bucket_index; in memorystatus_debug_dump_bucket_locked()
958 if (bucket_index >= MEMSTAT_BUCKET_COUNT) { in memorystatus_debug_dump_bucket_locked()
963 b = bucket_index; in memorystatus_debug_dump_bucket_locked()
1005 int bucket_index = 0; variable
1011 error = SYSCTL_IN(req, &bucket_index, sizeof(int));
[all …]
/xnu-8019.80.24/bsd/sys/
H A Dkern_memorystatus.h660 proc_t memorystatus_get_first_proc_locked(unsigned int *bucket_index, boolean_t search);
661 proc_t memorystatus_get_next_proc_locked(unsigned int *bucket_index, proc_t p, boolean_t search);
/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py273 bucket_index = 0
278 while bucket_index < bucket_count:
279 current_bucket = kern.globals.memstat_bucket[bucket_index]
285 bucket_index += 1