Home
last modified time | relevance | path

Searched refs:ru_nivcsw (Results 1 – 22 of 22) sorted by relevance

/netbsd/bin/csh/
H A Dtime.c125 ru->ru_nivcsw += ru2->ru_nivcsw; in ruadd()
219 (void)fprintf(fp, "%ld", r1->ru_nivcsw - r0->ru_nivcsw); in prusage1()
/netbsd/sys/sys/
H A Dresource.h74 long ru_nivcsw; /* involuntary " */ member
75 #define ru_last ru_nivcsw
/netbsd/sys/compat/sys/
H A Dresource.h57 long ru_nivcsw; /* involuntary " */ member
/netbsd/sys/compat/linux/arch/alpha/
H A Dlinux_osf1.h96 osf1_long ru_nivcsw; member
H A Dlinux_osf1.c133 oru->ru_nivcsw = ru->ru_nivcsw; in osf1_cvt_rusage_from_native()
/netbsd/usr.bin/time/
H A Dtime.c184 prl(ru.ru_nivcsw, "involuntary context switches"); in main()
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Demul_unix.c194 signed32 ru_nivcsw; /* involuntary " */ member
931 host_rusage.ru_nivcsw += host_rusage2.ru_nivcsw; in do_unix_getrusage()
954 target_rusage.ru_nivcsw = H2T_4(host_rusage2.ru_nivcsw); in do_unix_getrusage()
H A Demul_netbsd.c291 H2T(rusage.ru_nivcsw); /* involuntary context switches */ in write_rusage()
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_unix.c194 signed32 ru_nivcsw; /* involuntary " */ member
931 host_rusage.ru_nivcsw += host_rusage2.ru_nivcsw; in do_unix_getrusage()
954 target_rusage.ru_nivcsw = H2T_4(host_rusage2.ru_nivcsw); in do_unix_getrusage()
H A Demul_netbsd.c291 H2T(rusage.ru_nivcsw); /* involuntary context switches */ in write_rusage()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_conv.h202 C(ru_nivcsw); in netbsd32_from_rusage()
228 C(ru_nivcsw); in netbsd32_to_rusage()
254 C(ru_nivcsw); in netbsd32_from_rusage50()
H A Dnetbsd32.h429 netbsd32_long ru_nivcsw; /* involuntary " */ member
449 netbsd32_long ru_nivcsw; /* involuntary " */ member
/netbsd/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_ncr2.h259 long ru_nivcsw; /* involuntary " */ member
/netbsd/external/mit/libuv/dist/src/unix/
H A Dcore.c991 rusage->ru_nivcsw = usage.ru_nivcsw; in uv_getrusage()
/netbsd/sys/kern/
H A Dkern_exit.c1198 p->p_stats->p_ru.ru_nivcsw += l->l_nivcsw; in proc_free()
H A Dkern_resource.c677 ru->ru_nivcsw += l->l_nivcsw; in rulwps()
H A Dkern_lwp.c1301 ru->ru_nivcsw += l->l_nivcsw; in lwp_free()
/netbsd/lib/libkvm/
H A Dkvm_proc.c713 kp2p->p_uru_nivcsw = pstats.p_ru.ru_nivcsw; in kvm_getproc2()
/netbsd/external/mit/libuv/dist/include/
H A Duv.h1213 uint64_t ru_nivcsw; /* involuntary context switches */ member
/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dcollector.c2377 usage.pr_ictx = (ulong_t) rusage.ru_nivcsw; in ovw_write()
/netbsd/external/mit/libuv/dist/docs/src/
H A Dmisc.rst118 uint64_t ru_nivcsw; /* involuntary context switches (X) */
/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc3081 EXPECT_NOT_POISONED(usage.ru_nivcsw); in TEST()