Searched refs:task_count (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/osfmk/mach/
H A Dprocessor_info.h141 int task_count; /* How many tasks */ member in struct:processor_set_load_info
H A Dtask_info.h231 integer_t task_count; member in struct:task_affinity_tag_info
/xnu-2782.1.97/osfmk/kern/
H A Dcoalition.c90 uint64_t task_count; /* Count of tasks that have started in this coalition */ member in struct:coalition
91 uint64_t dead_task_count; /* Count of tasks that have exited in this coalition; subtract from task_count to get count of "active" */
189 cru_out->tasks_started = coal->task_count;
552 coal->task_count++;
554 if(coal->task_count < coal->dead_task_count) {
555 panic("%s: coalition %p id %llu task_count < dead_task_count", __func__, coal, coal->id);
559 if (coal->task_count - coal->dead_task_count == 1) {
592 if(coal->task_count < coal->dead_task_count) {
593 panic("%s: coalition %p id %llu task_count < dead_task_count", __func__, coal, coal->id);
597 if (coal->task_count
[all...]
H A Daffinity.c247 DBG("task_affinity_deallocate(%p) aspc %p task_count %d\n",
279 info->task_count = 0;
296 info->task_count = aspc->aspc_task_count;
H A Dprocessor.c745 load_info->task_count = tasks_count;

Completed in 23 milliseconds