Home
last modified time | relevance | path

Searched refs:ru_nivcsw (Results 1 – 12 of 12) sorted by relevance

/freebsd-13-stable/sys/sys/
HDresource.h89 long ru_nivcsw; /* involuntary " */ member
90 #define ru_last ru_nivcsw
/freebsd-13-stable/usr.bin/top/
HDmachine.c676 *ivcsw = RU(pp)->ru_nivcsw - RU(oldp)->ru_nivcsw; in get_io_stats()
727 RU(pp)->ru_nivcsw != RU(oldp)->ru_nivcsw); in proc_used_cpu()
1102 ru.ru_nivcsw = RU(pp)->ru_nivcsw - RU(oldp)->ru_nivcsw; in format_next_process()
1117 sbuf_printf(procbuf, "%6ld ", rup->ru_nivcsw); in format_next_process()
/freebsd-13-stable/contrib/tcsh/
HDsh.time.c187 ru->ru_nivcsw += ru2->ru_nivcsw; in ruadd()
602 xprintf("%ld", (long)(r1->ru_nivcsw - r0->ru_nivcsw)); in prusage()
/freebsd-13-stable/usr.sbin/pmc/
HDcmd_pmc_stat.c271 ru->ru_nivcsw, "involuntary csw", ((double)ru->ru_nivcsw / (double)ticks) / hz); in pmc_stat_print_stat()
/freebsd-13-stable/usr.bin/time/
HDtime.c195 ru.ru_nivcsw, "involuntary context switches"); in main()
/freebsd-13-stable/sys/amd64/linux32/
HDlinux32_machdep.c102 lru->ru_nivcsw = ru->ru_nivcsw; in bsd_to_linux_rusage()
HDlinux.h153 l_long ru_nivcsw; member
/freebsd-13-stable/sys/compat/freebsd32/
HDfreebsd32.h82 int32_t ru_nivcsw; member
HDfreebsd32_misc.c192 CP(*s, *s32, ru_nivcsw); in freebsd32_rusage_out()
/freebsd-13-stable/bin/ps/
HDkeyword.c138 ROFF(ru_nivcsw), LONG, "ld", 0},
/freebsd-13-stable/sys/kern/
HDkern_synch.c516 td->td_ru.ru_nivcsw++; in mi_switch()
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDz_Linux_util.cpp1853 info->nivcsw = r_usage.ru_nivcsw; in __kmp_read_system_info()