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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_resource.c1189 task_events_info_data_t teventsinfo; local
1217 (task_info_t)&teventsinfo, &task_events_count);
1223 p->p_stats->p_ru.ru_minflt = (teventsinfo.faults -
1224 teventsinfo.pageins);
1225 p->p_stats->p_ru.ru_majflt = teventsinfo.pageins;
1226 p->p_stats->p_ru.ru_nivcsw = (teventsinfo.csw -

Completed in 185 milliseconds