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

/darwin-on-arm/xnu/bsd/sys/
H A Dresource.h182 long ru_nivcsw; /* involuntary " */ member in struct:rusage
183 #define ru_last ru_nivcsw /* internal: ruadd() range end */
206 user64_long_t ru_nivcsw; /* involuntary " */ member in struct:user64_rusage
225 user32_long_t ru_nivcsw; /* involuntary " */ member in struct:user32_rusage
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_resource.c992 p->p_stats->p_ru.ru_nivcsw = (teventsinfo.csw -
994 if (p->p_stats->p_ru.ru_nivcsw < 0)
995 p->p_stats->p_ru.ru_nivcsw = 0;
H A Dkern_exit.c2028 a_user_rusage_p->ru_nivcsw = a_rusage_p->ru_nivcsw;
2057 a_user_rusage_p->ru_nivcsw = a_rusage_p->ru_nivcsw;

Completed in 21 milliseconds