Searched refs:bucket_index (Results 1 – 3 of 3) sorted by relevance
853 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() argument955 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; variable1011 error = SYSCTL_IN(req, &bucket_index, sizeof(int));[all …]
660 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);
273 bucket_index = 0278 while bucket_index < bucket_count:279 current_bucket = kern.globals.memstat_bucket[bucket_index]285 bucket_index += 1