Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_resource.c1268 task_events_info_data_t teventsinfo; in calcru() local
1296 (task_info_t)&teventsinfo, &task_events_count); in calcru()
1302 p->p_stats->p_ru.ru_minflt = (teventsinfo.faults - in calcru()
1303 teventsinfo.pageins); in calcru()
1304 p->p_stats->p_ru.ru_majflt = teventsinfo.pageins; in calcru()
1305 p->p_stats->p_ru.ru_nivcsw = (teventsinfo.csw - in calcru()