Searched refs:ru_nvcsw (Results 1 – 4 of 4) sorted by relevance
200 long ru_nvcsw; /* voluntary context switches (atomic) */ member426 user64_long_t ru_nvcsw; /* voluntary context switches */ member445 user32_long_t ru_nvcsw; /* voluntary context switches */ member
179 OSIncrementAtomicLong(&p->p_stats->p_ru.ru_nvcsw); in _sleep()
2754 a_user_rusage_p->ru_nvcsw = a_rusage_p->ru_nvcsw; in munge_user64_rusage()2785 a_user_rusage_p->ru_nvcsw = (user32_long_t)a_rusage_p->ru_nvcsw; in munge_user32_rusage()
1303 p->p_stats->p_ru.ru_nvcsw); in calcru()