Searched refs:current_bucket (Results 1 – 2 of 2) sorted by relevance
1263 memstat_bucket_t *current_bucket; in memorystatus_sort_by_largest_process_locked() local1269 current_bucket = &memstat_bucket[bucket_index]; in memorystatus_sort_by_largest_process_locked()1271 p = TAILQ_FIRST(¤t_bucket->list); in memorystatus_sort_by_largest_process_locked()1291 TAILQ_REMOVE(¤t_bucket->list, max_proc, p_memstat_list); in memorystatus_sort_by_largest_process_locked()1293 TAILQ_INSERT_HEAD(¤t_bucket->list, max_proc, p_memstat_list); in memorystatus_sort_by_largest_process_locked()1295 TAILQ_INSERT_AFTER(¤t_bucket->list, insert_after_proc, max_proc, p_memstat_list); in memorystatus_sort_by_largest_process_locked()1309 memstat_bucket_t *current_bucket; in memorystatus_get_first_proc_locked() local1316 current_bucket = &memstat_bucket[*bucket_index]; in memorystatus_get_first_proc_locked()1317 next_p = TAILQ_FIRST(¤t_bucket->list); in memorystatus_get_first_proc_locked()1320 current_bucket = &memstat_bucket[*bucket_index]; in memorystatus_get_first_proc_locked()[all …]
301 current_bucket = kern.globals.memstat_bucket[bucket_index]302 current_list = current_bucket.list