Home
last modified time | relevance | path

Searched refs:ru_nvcsw (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.61.5/bsd/sys/
H A Dresource.h182 long ru_nvcsw; /* voluntary context switches (atomic) */ member
461 user64_long_t ru_nvcsw; /* voluntary context switches */ member
480 user32_long_t ru_nvcsw; /* voluntary context switches */ member
/xnu-11215.61.5/bsd/kern/
H A Dkern_synch.c179 OSIncrementAtomicLong(&p->p_stats->p_ru.ru_nvcsw); in _sleep()
H A Dkern_exit.c3467 a_user_rusage_p->ru_nvcsw = a_rusage_p->ru_nvcsw; in munge_user64_rusage()
3498 a_user_rusage_p->ru_nvcsw = (user32_long_t)a_rusage_p->ru_nvcsw; in munge_user32_rusage()
H A Dkern_resource.c1566 p->p_stats->p_ru.ru_nvcsw); in calcru()