Searched refs:cswitch (Results 1 – 3 of 3) sorted by relevance
53 osfmk/x86_64/cswitch.s standard
65 osfmk/arm64/cswitch.s optional nos_arm_asm
1072 uint32_t cswitch = 0, numrunning = 0; in fill_taskprocinfo() local1099 cswitch += thread->c_switch; in fill_taskprocinfo()1126 ptinfo->pti_csw = (int32_t) MIN(task->c_switch + cswitch, INT32_MAX); in fill_taskprocinfo()