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

/netbsd-current/sys/sys/
H A Dresource.h74 long ru_nivcsw; /* involuntary " */ member in struct:rusage
75 #define ru_last ru_nivcsw
/netbsd-current/sys/compat/sys/
H A Dresource.h58 long ru_nivcsw; /* involuntary " */ member in struct:rusage50
/netbsd-current/bin/csh/
H A Dtime.c125 ru->ru_nivcsw += ru2->ru_nivcsw;
219 (void)fprintf(fp, "%ld", r1->ru_nivcsw - r0->ru_nivcsw);
/netbsd-current/sys/compat/linux/arch/alpha/
H A Dlinux_osf1.h96 osf1_long ru_nivcsw; member in struct:osf1_rusage
H A Dlinux_osf1.c133 oru->ru_nivcsw = ru->ru_nivcsw;
/netbsd-current/usr.bin/time/
H A Dtime.c184 prl(ru.ru_nivcsw, "involuntary context switches");
/netbsd-current/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_ncr2.h259 long ru_nivcsw; /* involuntary " */ member in struct:rusage
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_unix.c195 signed32 ru_nivcsw; /* involuntary " */
932 host_rusage.ru_nivcsw += host_rusage2.ru_nivcsw;
955 target_rusage.ru_nivcsw = H2T_4(host_rusage2.ru_nivcsw);
194 signed32 ru_nivcsw; /* involuntary " */ member in struct:unix_rusage
H A Demul_netbsd.c291 H2T(rusage.ru_nivcsw); /* involuntary context switches */
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Demul_unix.c183 int32_t ru_nivcsw; /* involuntary " */
916 host_rusage.ru_nivcsw += host_rusage2.ru_nivcsw;
939 target_rusage.ru_nivcsw = H2T_4(host_rusage2.ru_nivcsw);
182 int32_t ru_nivcsw; /* involuntary " */ member in struct:unix_rusage
H A Demul_netbsd.c280 H2T(rusage.ru_nivcsw); /* involuntary context switches */
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_conv.h203 C(ru_nivcsw);
229 C(ru_nivcsw);
255 C(ru_nivcsw);
H A Dnetbsd32.h438 netbsd32_long ru_nivcsw; /* involuntary " */ member in struct:netbsd32_rusage50
458 netbsd32_long ru_nivcsw; /* involuntary " */ member in struct:netbsd32_rusage
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dcore.c991 rusage->ru_nivcsw = usage.ru_nivcsw;
/netbsd-current/sys/kern/
H A Dkern_synch.c751 l->l_ru.ru_nivcsw++;
H A Dkern_lwp.c2151 pctr += curlwp->l_ru.ru_nivcsw;
H A Dkern_proc.c2917 ki->p_uru_nivcsw = ru.ru_nivcsw;
/netbsd-current/lib/libkvm/
H A Dkvm_proc.c713 kp2p->p_uru_nivcsw = pstats.p_ru.ru_nivcsw;
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h1213 uint64_t ru_nivcsw; /* involuntary context switches */ member in struct:__anon27
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dcollector.c2377 usage.pr_ictx = (ulong_t) rusage.ru_nivcsw;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc3081 EXPECT_NOT_POISONED(usage.ru_nivcsw);

Completed in 420 milliseconds