HomeSort by: relevance | last modified time | path
    Searched refs:ru_nvcsw (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/compat/sys/
resource.h 57 long ru_nvcsw; /* voluntary context switches */ member in struct:rusage50
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
resource.d 118 c_long ru_nvcsw;
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;
  /src/bin/csh/
time.c 124 ru->ru_nvcsw += ru2->ru_nvcsw;
231 (void)fprintf(fp, "%ld", r1->ru_nvcsw - r0->ru_nvcsw);
  /src/sys/sys/
resource.h 73 long ru_nvcsw; /* voluntary context switches */ member in struct:rusage
  /src/sys/compat/linux/arch/alpha/
linux_osf1.h 95 osf1_long ru_nvcsw; member in struct:osf1_rusage
linux_osf1.c 132 oru->ru_nvcsw = ru->ru_nvcsw;
  /src/usr.bin/time/
time.c 183 prl(ru.ru_nvcsw, "voluntary context switches");
  /src/sys/rump/librump/rumpkern/
lwproc.c 495 l->l_ru.ru_nvcsw++;
570 return curlwp->l_ru.ru_nvcsw;
scheduler.c 382 l->l_ru.ru_nvcsw++;
  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_ncr2.h 258 long ru_nvcsw; /* voluntary context switches */ member in struct:rusage
  /src/external/gpl3/gdb.old/dist/sim/ppc/
emul_unix.c 173 int32_t ru_nvcsw; /* voluntary context switches */
906 host_rusage.ru_nvcsw += host_rusage2.ru_nvcsw;
929 target_rusage.ru_nvcsw = H2T_4(host_rusage2.ru_nvcsw);
172 int32_t ru_nvcsw; \/* voluntary context switches *\/ member in struct:unix_rusage
emul_netbsd.c 270 H2T(rusage.ru_nvcsw); /* voluntary context switches */
  /src/external/gpl3/gdb/dist/sim/ppc/
emul_unix.c 173 int32_t ru_nvcsw; /* voluntary context switches */
906 host_rusage.ru_nvcsw += host_rusage2.ru_nvcsw;
929 target_rusage.ru_nvcsw = H2T_4(host_rusage2.ru_nvcsw);
172 int32_t ru_nvcsw; \/* voluntary context switches *\/ member in struct:unix_rusage
emul_netbsd.c 270 H2T(rusage.ru_nvcsw); /* voluntary context switches */
  /src/sys/compat/netbsd32/
netbsd32_conv.h 202 C(ru_nvcsw);
228 C(ru_nvcsw);
254 C(ru_nvcsw);
netbsd32.h 437 netbsd32_long ru_nvcsw; /* voluntary context switches */ member in struct:netbsd32_rusage50
457 netbsd32_long ru_nvcsw; /* voluntary context switches */ member in struct:netbsd32_rusage
  /src/external/mit/libuv/dist/src/unix/
core.c 1052 rusage->ru_nvcsw = usage.ru_nvcsw;
  /src/sys/kern/
kern_synch.c 754 l->l_ru.ru_nvcsw++;
kern_lwp.c 2150 pctr = curlwp->l_ru.ru_nvcsw;
kern_proc.c 2948 ki->p_uru_nvcsw = ru.ru_nvcsw;
  /src/lib/libkvm/
kvm_proc.c 682 kp2p->p_uru_nvcsw = pstats.p_ru.ru_nvcsw;
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
collector.c 2378 usage.pr_vctx = (ulong_t) rusage.ru_nvcsw;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
collector.c 2378 usage.pr_vctx = (ulong_t) rusage.ru_nvcsw;
  /src/external/mit/libuv/dist/include/
uv.h 1299 uint64_t ru_nvcsw; /* voluntary context switches */ member in struct:__anon23788
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 3080 EXPECT_NOT_POISONED(usage.ru_nvcsw);

Completed in 49 milliseconds