Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus.c1263 memstat_bucket_t *current_bucket; in memorystatus_sort_by_largest_process_locked() local
1269 current_bucket = &memstat_bucket[bucket_index]; in memorystatus_sort_by_largest_process_locked()
1271 p = TAILQ_FIRST(&current_bucket->list); in memorystatus_sort_by_largest_process_locked()
1291 TAILQ_REMOVE(&current_bucket->list, max_proc, p_memstat_list); in memorystatus_sort_by_largest_process_locked()
1293 TAILQ_INSERT_HEAD(&current_bucket->list, max_proc, p_memstat_list); in memorystatus_sort_by_largest_process_locked()
1295 TAILQ_INSERT_AFTER(&current_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() local
1316 current_bucket = &memstat_bucket[*bucket_index]; in memorystatus_get_first_proc_locked()
1317 next_p = TAILQ_FIRST(&current_bucket->list); in memorystatus_get_first_proc_locked()
1320 current_bucket = &memstat_bucket[*bucket_index]; in memorystatus_get_first_proc_locked()
[all …]
/xnu-8020.140.41/tools/lldbmacros/
H A Dmemory.py301 current_bucket = kern.globals.memstat_bucket[bucket_index]
302 current_list = current_bucket.list