Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dresource.d118 c_long ru_nvcsw; in nogc() local
218 c_long ru_nvcsw;
275 c_long ru_nvcsw;
333 c_long ru_nvcsw;
391 c_long ru_nvcsw;
447 c_long ru_nvcsw;
/netbsd-src/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-src/sys/compat/sys/
H A Dresource.h57 long ru_nvcsw; /* voluntary context switches */ member
/netbsd-src/sys/sys/
H A Dresource.h73 long ru_nvcsw; /* voluntary context switches */ member
/netbsd-src/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-src/sys/rump/librump/rumpkern/
H A Dlwproc.c499 l->l_ru.ru_nvcsw++; in rump_lwproc_switch()
574 return curlwp->l_ru.ru_nvcsw; in lwp_pctr()
H A Dscheduler.c382 l->l_ru.ru_nvcsw++; in rump_schedule_cpu_interlock()
/netbsd-src/usr.bin/time/
H A Dtime.c183 prl(ru.ru_nvcsw, "voluntary context switches"); in main()
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_conv.h202 C(ru_nvcsw); in netbsd32_from_rusage()
228 C(ru_nvcsw); in netbsd32_to_rusage()
254 C(ru_nvcsw); in netbsd32_from_rusage50()
H A Dnetbsd32.h437 netbsd32_long ru_nvcsw; /* voluntary context switches */ member
457 netbsd32_long ru_nvcsw; /* voluntary context switches */ member
/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_ncr2.h258 long ru_nvcsw; /* voluntary context switches */ member
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dcore.c990 rusage->ru_nvcsw = usage.ru_nvcsw; in uv_getrusage()
/netbsd-src/sys/kern/
H A Dkern_synch.c754 l->l_ru.ru_nvcsw++; in mi_switch()
H A Dkern_lwp.c2150 pctr = curlwp->l_ru.ru_nvcsw; in lwp_pctr()
H A Dkern_proc.c2916 ki->p_uru_nvcsw = ru.ru_nvcsw; in fill_kproc2()
/netbsd-src/lib/libkvm/
H A Dkvm_proc.c682 kp2p->p_uru_nvcsw = pstats.p_ru.ru_nvcsw; in kvm_getproc2()
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h1212 uint64_t ru_nvcsw; /* voluntary context switches */ member
/netbsd-src/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-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dcollector.c2372 usage.pr_vctx = (ulong_t) rusage.ru_nvcsw; in ovw_write()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dcollector.c2376 usage.pr_vctx = (ulong_t) rusage.ru_nvcsw; in ovw_write()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dmisc.rst117 uint64_t ru_nvcsw; /* voluntary context switches (X) */
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc3080 EXPECT_NOT_POISONED(usage.ru_nvcsw); in TEST()