Searched refs:c_switch (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_thread.c609 if( thread->c_switch != thread->chud_c_switch )
619 thread->chud_c_switch = thread->c_switch - 1;
621 thread->chud_c_switch = thread->c_switch;
/darwin-on-arm/xnu/osfmk/kern/
H A Dbsd_kern.c594 cswitch += thread->c_switch;
629 ptinfo->pti_csw = task->c_switch + cswitch;
H A Dthread.c221 thread_template.c_switch = thread_template.p_switch = thread_template.ps_switch = 0;
499 task->c_switch += thread->c_switch;
H A Dtask.h312 uint32_t c_switch; /* total context switches */ member in struct:task
H A Dtask.c451 new_task->c_switch = new_task->p_switch = new_task->ps_switch = 0;
2038 events_info->csw = task->c_switch;
2041 events_info->csw += thread->c_switch;
H A Dthread.h276 uint32_t c_switch; /* total context switches */ member in struct:thread
H A Dsched_prim.c2127 thread->c_switch++;
2237 thread->c_switch++;

Completed in 47 milliseconds