| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| H A D | resource.d | 118 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 D | time.c | 124 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 D | resource.h | 57 long ru_nvcsw; /* voluntary context switches */ member
|
| /netbsd-src/sys/sys/ |
| H A D | resource.h | 73 long ru_nvcsw; /* voluntary context switches */ member
|
| /netbsd-src/sys/compat/linux/arch/alpha/ |
| H A D | linux_osf1.h | 95 osf1_long ru_nvcsw; member
|
| H A D | linux_osf1.c | 132 oru->ru_nvcsw = ru->ru_nvcsw; in osf1_cvt_rusage_from_native()
|
| /netbsd-src/sys/rump/librump/rumpkern/ |
| H A D | lwproc.c | 499 l->l_ru.ru_nvcsw++; in rump_lwproc_switch() 574 return curlwp->l_ru.ru_nvcsw; in lwp_pctr()
|
| H A D | scheduler.c | 382 l->l_ru.ru_nvcsw++; in rump_schedule_cpu_interlock()
|
| /netbsd-src/usr.bin/time/ |
| H A D | time.c | 183 prl(ru.ru_nvcsw, "voluntary context switches"); in main()
|
| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_conv.h | 202 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 D | netbsd32.h | 437 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 D | nfs_prot_ncr2.h | 258 long ru_nvcsw; /* voluntary context switches */ member
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | core.c | 990 rusage->ru_nvcsw = usage.ru_nvcsw; in uv_getrusage()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_synch.c | 754 l->l_ru.ru_nvcsw++; in mi_switch()
|
| H A D | kern_lwp.c | 2150 pctr = curlwp->l_ru.ru_nvcsw; in lwp_pctr()
|
| H A D | kern_proc.c | 2916 ki->p_uru_nvcsw = ru.ru_nvcsw; in fill_kproc2()
|
| /netbsd-src/lib/libkvm/ |
| H A D | kvm_proc.c | 682 kp2p->p_uru_nvcsw = pstats.p_ru.ru_nvcsw; in kvm_getproc2()
|
| /netbsd-src/external/mit/libuv/dist/include/ |
| H A D | uv.h | 1212 uint64_t ru_nvcsw; /* voluntary context switches */ member
|
| /netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/ |
| H A D | functions.m4 | 1998 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 D | collector.c | 2372 usage.pr_vctx = (ulong_t) rusage.ru_nvcsw; in ovw_write()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| H A D | collector.c | 2376 usage.pr_vctx = (ulong_t) rusage.ru_nvcsw; in ovw_write()
|
| /netbsd-src/external/mit/libuv/dist/docs/src/ |
| H A D | misc.rst | 117 uint64_t ru_nvcsw; /* voluntary context switches (X) */
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
| H A D | msan_test.cc | 3080 EXPECT_NOT_POISONED(usage.ru_nvcsw); in TEST()
|