Home
last modified time | relevance | path

Searched refs:tasks_count (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/osfmk/kperf/
H A Dpet.c471 count_needed = tasks_count; in kppet_tasks_prepare()
/xnu-11215/osfmk/kern/
H A Dprocessor.c123 int tasks_count; variable
1421 load_info->task_count = tasks_count; in processor_set_statistics()
1485 task_count_needed = tasks_count; in processor_set_things()
H A Dprocessor.h327 extern int tasks_count, terminated_tasks_count, threads_count, terminated_threads_count;
H A Dkern_stackshot.c1433 …size_t threads_per_task = (((threads_count + terminated_threads_count) - 1) / (tasks_count + termi… in get_stackshot_est_tasksize()
1494 …est_extra_size += FUDGED_SIZE(tasks_count, 10) * sizeof(uintptr_t) * STACKSHOT_NUM_WORKQUEUES; /* … in get_stackshot_estsize()
1499 thread_and_task_total *= tasks_count; in get_stackshot_estsize()
5593 queue_size = FUDGED_SIZE(tasks_count + terminated_tasks_count, 10); in do_stackshot()
H A Dtask.c1967 tasks_count++; in task_create_internal()
3211 tasks_count--; in task_terminate_internal()