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

  /src/sys/sys/
resource.h 74 long ru_nivcsw; /* involuntary " */ member in struct:rusage
75 #define ru_last ru_nivcsw
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
resource.d 119 c_long ru_nivcsw;
219 c_long ru_nivcsw;
220 alias ru_nivcsw ru_last;
276 c_long ru_nivcsw;
277 alias ru_nivcsw ru_last;
334 c_long ru_nivcsw;
335 alias ru_nivcsw ru_last;
392 c_long ru_nivcsw;
393 alias ru_nivcsw ru_last;
448 c_long ru_nivcsw;
    [all...]
  /src/sys/compat/sys/
resource.h 58 long ru_nivcsw; /* involuntary " */ member in struct:rusage50
  /src/bin/csh/
time.c 125 ru->ru_nivcsw += ru2->ru_nivcsw;
219 (void)fprintf(fp, "%ld", r1->ru_nivcsw - r0->ru_nivcsw);
  /src/sys/compat/linux/arch/alpha/
linux_osf1.h 96 osf1_long ru_nivcsw; member in struct:osf1_rusage
linux_osf1.c 133 oru->ru_nivcsw = ru->ru_nivcsw;
  /src/usr.bin/time/
time.c 184 prl(ru.ru_nivcsw, "involuntary context switches");
  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_ncr2.h 259 long ru_nivcsw; /* involuntary " */ member in struct:rusage
  /src/external/gpl3/gdb.old/dist/sim/ppc/
emul_unix.c 174 int32_t ru_nivcsw; /* involuntary " */
907 host_rusage.ru_nivcsw += host_rusage2.ru_nivcsw;
930 target_rusage.ru_nivcsw = H2T_4(host_rusage2.ru_nivcsw);
173 int32_t ru_nivcsw; \/* involuntary " *\/ member in struct:unix_rusage
emul_netbsd.c 271 H2T(rusage.ru_nivcsw); /* involuntary context switches */
  /src/external/gpl3/gdb/dist/sim/ppc/
emul_unix.c 174 int32_t ru_nivcsw; /* involuntary " */
907 host_rusage.ru_nivcsw += host_rusage2.ru_nivcsw;
930 target_rusage.ru_nivcsw = H2T_4(host_rusage2.ru_nivcsw);
173 int32_t ru_nivcsw; \/* involuntary " *\/ member in struct:unix_rusage
emul_netbsd.c 271 H2T(rusage.ru_nivcsw); /* involuntary context switches */
  /src/sys/compat/netbsd32/
netbsd32_conv.h 203 C(ru_nivcsw);
229 C(ru_nivcsw);
255 C(ru_nivcsw);
netbsd32.h 438 netbsd32_long ru_nivcsw; /* involuntary " */ member in struct:netbsd32_rusage50
458 netbsd32_long ru_nivcsw; /* involuntary " */ member in struct:netbsd32_rusage
  /src/external/mit/libuv/dist/src/unix/
core.c 1053 rusage->ru_nivcsw = usage.ru_nivcsw;
  /src/sys/kern/
kern_synch.c 751 l->l_ru.ru_nivcsw++;
kern_lwp.c 2151 pctr += curlwp->l_ru.ru_nivcsw;
kern_proc.c 2928 ki->p_uru_nivcsw = ru.ru_nivcsw;
  /src/lib/libkvm/
kvm_proc.c 683 kp2p->p_uru_nivcsw = pstats.p_ru.ru_nivcsw;
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
collector.c 2379 usage.pr_ictx = (ulong_t) rusage.ru_nivcsw;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
collector.c 2379 usage.pr_ictx = (ulong_t) rusage.ru_nivcsw;
  /src/external/mit/libuv/dist/include/
uv.h 1300 uint64_t ru_nivcsw; /* involuntary context switches */ member in struct:__anon23788
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 3081 EXPECT_NOT_POISONED(usage.ru_nivcsw);

Completed in 48 milliseconds