Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dcoalition.c216 uint64_t dead_task_count; /* tasks that have exited in this coalition; member
589 if (cr->task_count < cr->dead_task_count) { in i_coal_resource_adopt_task()
592 cr->task_count, cr->dead_task_count); in i_coal_resource_adopt_task()
596 if (cr->task_count - cr->dead_task_count == 1) { in i_coal_resource_adopt_task()
604 task_pid(task), coal->id, cr->task_count, cr->dead_task_count, in i_coal_resource_adopt_task()
624 cr->dead_task_count++; in i_coal_resource_remove_task()
626 if (cr->task_count < cr->dead_task_count) { in i_coal_resource_remove_task()
628 __func__, coal, coal->id, coal_type_str(coal->type), cr->task_count, cr->dead_task_count); in i_coal_resource_remove_task()
632 if (cr->task_count - cr->dead_task_count == 0) { in i_coal_resource_remove_task()
679 task_pid(task), coal->id, cr->task_count, cr->dead_task_count); in i_coal_resource_remove_task()
[all …]
/xnu-8020.140.41/tools/lldbmacros/
H A Dprocess.py522 …asks {2: <d}".format(coal.r.task_count, coal.r.dead_task_count, coal.r.task_count - coal.r.dead_ta…