Searched refs:ru_nivcsw (Results 1 – 3 of 3) sorted by relevance
201 long ru_nivcsw; /* involuntary " */ member202 #define ru_last ru_nivcsw /* internal: ruadd() range end */475 user64_long_t ru_nivcsw; /* involuntary " */ member494 user32_long_t ru_nivcsw; /* involuntary " */ member
1305 p->p_stats->p_ru.ru_nivcsw = (teventsinfo.csw - in calcru()1307 if (p->p_stats->p_ru.ru_nivcsw < 0) { in calcru()1308 p->p_stats->p_ru.ru_nivcsw = 0; in calcru()
3377 a_user_rusage_p->ru_nivcsw = a_rusage_p->ru_nivcsw; in munge_user64_rusage()3408 a_user_rusage_p->ru_nivcsw = (user32_long_t)a_rusage_p->ru_nivcsw; in munge_user32_rusage()