Home
last modified time | relevance | path

Searched refs:ctask (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dextmod_statistics.c75 task_t ctask = current_task(); in extmod_statistics_incr_task_for_pid() local
77 if ((ctask == kernel_task) || (target == TASK_NULL)) { in extmod_statistics_incr_task_for_pid()
81 if (target != ctask) { in extmod_statistics_incr_task_for_pid()
82 ctask->extmod_statistics.task_for_pid_caller_count++; in extmod_statistics_incr_task_for_pid()
91 task_t ctask = current_task(); in extmod_statistics_incr_thread_set_state() local
94 if ((ctask == kernel_task) || (target == THREAD_NULL)) { in extmod_statistics_incr_thread_set_state()
104 if (ttask != ctask) { in extmod_statistics_incr_thread_set_state()
114 task_t ctask = current_task(); in extmod_statistics_incr_thread_create() local
116 if ((ctask == kernel_task) || (target == TASK_NULL)) { in extmod_statistics_incr_thread_create()
120 if (target != ctask) { in extmod_statistics_incr_thread_create()
[all …]
H A Ddebug.c1890 task_t ctask = NULL; local
1893 if (!panic_get_thread_proc_task(current_thread(), &ctask, &cbsd_info)) {
H A Dtimer_call.c1832 task_t ctask = get_threadtask(t); in tcoal_qos_adjust() local
1834 if (ctask) { in tcoal_qos_adjust()