Home
last modified time | relevance | path

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

/netbsd/bin/csh/
H A Dtime.c124 ru->ru_nvcsw += ru2->ru_nvcsw; in ruadd()
231 (void)fprintf(fp, "%ld", r1->ru_nvcsw - r0->ru_nvcsw); in prusage1()
/netbsd/sys/compat/sys/
H A Dresource.h56 long ru_nvcsw; /* voluntary context switches */ member
/netbsd/sys/sys/
H A Dresource.h73 long ru_nvcsw; /* voluntary context switches */ member
/netbsd/sys/compat/linux/arch/alpha/
H A Dlinux_osf1.h95 osf1_long ru_nvcsw; member
H A Dlinux_osf1.c132 oru->ru_nvcsw = ru->ru_nvcsw; in osf1_cvt_rusage_from_native()
/netbsd/usr.bin/time/
H A Dtime.c183 prl(ru.ru_nvcsw, "voluntary context switches"); in main()
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Demul_unix.c193 signed32 ru_nvcsw; /* voluntary context switches */ member
930 host_rusage.ru_nvcsw += host_rusage2.ru_nvcsw; in do_unix_getrusage()
953 target_rusage.ru_nvcsw = H2T_4(host_rusage2.ru_nvcsw); in do_unix_getrusage()
H A Demul_netbsd.c290 H2T(rusage.ru_nvcsw); /* voluntary context switches */ in write_rusage()
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_unix.c193 signed32 ru_nvcsw; /* voluntary context switches */ member
930 host_rusage.ru_nvcsw += host_rusage2.ru_nvcsw; in do_unix_getrusage()
953 target_rusage.ru_nvcsw = H2T_4(host_rusage2.ru_nvcsw); in do_unix_getrusage()
H A Demul_netbsd.c290 H2T(rusage.ru_nvcsw); /* voluntary context switches */ in write_rusage()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_conv.h201 C(ru_nvcsw); in netbsd32_from_rusage()
227 C(ru_nvcsw); in netbsd32_to_rusage()
253 C(ru_nvcsw); in netbsd32_from_rusage50()
H A Dnetbsd32.h428 netbsd32_long ru_nvcsw; /* voluntary context switches */ member
448 netbsd32_long ru_nvcsw; /* voluntary context switches */ member
/netbsd/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_ncr2.h258 long ru_nvcsw; /* voluntary context switches */ member
/netbsd/external/mit/libuv/dist/src/unix/
H A Dcore.c990 rusage->ru_nvcsw = usage.ru_nvcsw; in uv_getrusage()
/netbsd/sys/kern/
H A Dkern_exit.c1197 p->p_stats->p_ru.ru_nvcsw += (l->l_ncsw - l->l_nivcsw); in proc_free()
H A Dkern_resource.c676 ru->ru_nvcsw += (l->l_ncsw - l->l_nivcsw); in rulwps()
H A Dkern_lwp.c1300 ru->ru_nvcsw += (l->l_ncsw - l->l_nivcsw); in lwp_free()
/netbsd/lib/libkvm/
H A Dkvm_proc.c712 kp2p->p_uru_nvcsw = pstats.p_ru.ru_nvcsw; in kvm_getproc2()
/netbsd/external/mit/libuv/dist/include/
H A Duv.h1212 uint64_t ru_nvcsw; /* voluntary context switches */ member
/netbsd/external/gpl3/autoconf/dist/lib/autoconf/
H A Dfunctions.m41998 r.ru_nvcsw = 0;
2015 return (r.ru_nvcsw == 0 && r.ru_majflt == 0 && r.ru_minflt == 0
/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dcollector.c2376 usage.pr_vctx = (ulong_t) rusage.ru_nvcsw; in ovw_write()
/netbsd/external/mit/libuv/dist/docs/src/
H A Dmisc.rst117 uint64_t ru_nvcsw; /* voluntary context switches (X) */
/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc3080 EXPECT_NOT_POISONED(usage.ru_nvcsw); in TEST()