Home
last modified time | relevance | path

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

/xnu-11215/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-11215/osfmk/kern/
H A Dbsd_kern.c1060 uint32_t cswitch = 0, numrunning = 0; in fill_taskprocinfo() local
1087 cswitch += thread->c_switch; in fill_taskprocinfo()
1114 ptinfo->pti_csw = (int32_t) MIN(task->c_switch + cswitch, INT32_MAX); in fill_taskprocinfo()