Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c1264 memstat_bucket_t *current_bucket; in memorystatus_sort_by_largest_process_locked() local
1270 current_bucket = &memstat_bucket[bucket_index]; in memorystatus_sort_by_largest_process_locked()
1272 p = TAILQ_FIRST(&current_bucket->list); in memorystatus_sort_by_largest_process_locked()
1292 TAILQ_REMOVE(&current_bucket->list, max_proc, p_memstat_list); in memorystatus_sort_by_largest_process_locked()
1294 TAILQ_INSERT_HEAD(&current_bucket->list, max_proc, p_memstat_list); in memorystatus_sort_by_largest_process_locked()
1296 TAILQ_INSERT_AFTER(&current_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() local
1317 current_bucket = &memstat_bucket[*bucket_index]; in memorystatus_get_first_proc_locked()
1318 next_p = TAILQ_FIRST(&current_bucket->list); in memorystatus_get_first_proc_locked()
1321 current_bucket = &memstat_bucket[*bucket_index]; in memorystatus_get_first_proc_locked()
[all …]
/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py279 current_bucket = kern.globals.memstat_bucket[bucket_index]
280 current_list = current_bucket.list