Home
last modified time | relevance | path

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

/original-bsd/bin/csh/
H A Dtime.c98 ru->ru_nvcsw += ru2->ru_nvcsw;
204 (void) fprintf(cshout, "%ld", r1->ru_nvcsw - r0->ru_nvcsw);
/original-bsd/sys/sys/
H A Dresource.h46 long ru_nvcsw; /* voluntary context switches */ member
/original-bsd/usr.bin/time/
H A Dtime.c109 ru.ru_nvcsw, "voluntary context switches");
/original-bsd/sys/kern/
H A Dkern_synch.c323 p->p_stats->p_ru.ru_nvcsw++;
428 p->p_stats->p_ru.ru_nvcsw++;
/original-bsd/bin/ps/
H A Dkeyword.c92 {"nvcsw", "NVCSW", NULL, USER, rvar, 5, ROFF(ru_nvcsw), LONG, "d"},
178 {"nvcsw", "NVCSW", NULL, USER, rvar, 5, ROFF(ru_nvcsw), LONG, "d"},
/original-bsd/usr.bin/window/
H A Dlcmd2.c119 rusage.ru_nvcsw, rusage.ru_nivcsw);