Searched refs:ru_nvcsw (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/
H A Dgetrusage.tcl48 v(ru_nsignals) v(ru_nvcsw) v(ru_nivcsw)
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dresource.h181 long ru_nvcsw; /* voluntary context switches (atomic) */ member in struct:rusage
292 user64_long_t ru_nvcsw; /* voluntary context switches */ member in struct:user64_rusage
311 user32_long_t ru_nvcsw; /* voluntary context switches */ member in struct:user32_rusage
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage/
H A DGetrusage.xs64 STORE_FIELD("%ld", ru_nvcsw);
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage-0.03/
H A DGetrusage.xs64 STORE_FIELD("%ld", ru_nvcsw);
/macosx-10.9.5/shell_cmds-175/time/
H A Dtime.c167 ru.ru_nvcsw, "voluntary context switches");
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.time.c190 ru->ru_nvcsw += ru2->ru_nvcsw;
594 xprintf("%ld", r1->ru_nvcsw - r0->ru_nvcsw);
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dntport.h254 long ru_nvcsw; /* voluntary context switches */ member in struct:rusage
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_synch.c176 OSIncrementAtomicLong(&p->p_stats->p_ru.ru_nvcsw);
H A Dkern_exit.c2129 a_user_rusage_p->ru_nvcsw = a_rusage_p->ru_nvcsw;
2158 a_user_rusage_p->ru_nvcsw = a_rusage_p->ru_nvcsw;
H A Dkern_resource.c1006 p->p_stats->p_ru.ru_nvcsw);
/macosx-10.9.5/adv_cmds-153/ps/
H A Dkeyword.c131 NULL, USER, rvar, NULL, 5, ROFF(ru_nvcsw), LONG, "ld"},
/macosx-10.9.5/zsh-60/zsh/Src/
H A Djobs.c808 fprintf(stderr, "%ld", ti->ru_nvcsw);
/macosx-10.9.5/launchd-842.92.1/support/
H A Dlaunchctl.c3545 launchctl_log(LOG_NOTICE, "\t%-10ld\tvoluntary context switches", rusage->ru_nvcsw);

Completed in 400 milliseconds