Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/conf/
H A Dfiles.x86_6453 osfmk/x86_64/cswitch.s standard
H A Dfiles.arm6465 osfmk/arm64/cswitch.s optional nos_arm_asm
/xnu-12377.81.4/osfmk/kern/
H A Dbsd_kern.c1087 uint32_t cswitch = 0, numrunning = 0; in fill_taskprocinfo() local
1114 cswitch += thread->c_switch; in fill_taskprocinfo()
1141 ptinfo->pti_csw = (int32_t) MIN(task->c_switch + cswitch, INT32_MAX); in fill_taskprocinfo()