Searched refs:ru_nivcsw (Results 1 – 3 of 3) sorted by relevance
183 long ru_nivcsw; /* involuntary " */ member184 #define ru_last ru_nivcsw /* internal: ruadd() range end */462 user64_long_t ru_nivcsw; /* involuntary " */ member481 user32_long_t ru_nivcsw; /* involuntary " */ member
3468 a_user_rusage_p->ru_nivcsw = a_rusage_p->ru_nivcsw; in munge_user64_rusage()3499 a_user_rusage_p->ru_nivcsw = (user32_long_t)a_rusage_p->ru_nivcsw; in munge_user32_rusage()
1565 p->p_stats->p_ru.ru_nivcsw = (teventsinfo.csw - in calcru()1567 if (p->p_stats->p_ru.ru_nivcsw < 0) { in calcru()1568 p->p_stats->p_ru.ru_nivcsw = 0; in calcru()