Home
last modified time | relevance | path

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

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