Searched refs:current_bucket (Results 1 – 2 of 2) sorted by relevance
1264 memstat_bucket_t *current_bucket; in memorystatus_sort_by_largest_process_locked() local1270 current_bucket = &memstat_bucket[bucket_index]; in memorystatus_sort_by_largest_process_locked()1272 p = TAILQ_FIRST(¤t_bucket->list); in memorystatus_sort_by_largest_process_locked()1292 TAILQ_REMOVE(¤t_bucket->list, max_proc, p_memstat_list); in memorystatus_sort_by_largest_process_locked()1294 TAILQ_INSERT_HEAD(¤t_bucket->list, max_proc, p_memstat_list); in memorystatus_sort_by_largest_process_locked()1296 TAILQ_INSERT_AFTER(¤t_bucket->list, insert_after_proc, max_proc, p_memstat_list); in memorystatus_sort_by_largest_process_locked()1310 memstat_bucket_t *current_bucket; in memorystatus_get_first_proc_locked() local1317 current_bucket = &memstat_bucket[*bucket_index]; in memorystatus_get_first_proc_locked()1318 next_p = TAILQ_FIRST(¤t_bucket->list); in memorystatus_get_first_proc_locked()1321 current_bucket = &memstat_bucket[*bucket_index]; in memorystatus_get_first_proc_locked()[all …]
279 current_bucket = kern.globals.memstat_bucket[bucket_index]280 current_list = current_bucket.list