Home
last modified time | relevance | path

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

/freebsd-head/usr.bin/top/
HDmachine.c675 *vcsw = RU(pp)->ru_nvcsw - RU(oldp)->ru_nvcsw; in get_io_stats()
726 RU(pp)->ru_nvcsw != RU(oldp)->ru_nvcsw || in proc_used_cpu()
1101 ru.ru_nvcsw = RU(pp)->ru_nvcsw - RU(oldp)->ru_nvcsw; in format_next_process()
1116 sbuf_printf(procbuf, "%6ld ", rup->ru_nvcsw); in format_next_process()
/freebsd-head/contrib/tcsh/
HDsh.time.c186 ru->ru_nvcsw += ru2->ru_nvcsw; in ruadd()
594 xprintf("%ld", (long)(r1->ru_nvcsw - r0->ru_nvcsw)); in prusage()
/freebsd-head/sys/sys/
HDresource.h86 long ru_nvcsw; /* voluntary context switches */ member
/freebsd-head/usr.sbin/pmc/
HDcmd_pmc_stat.c268 ru->ru_nvcsw, "voluntary csw", ((double)ru->ru_nvcsw / (double)ticks) / hz); in pmc_stat_print_stat()
/freebsd-head/tools/test/xregs_sig/
HDxregs_sig.c116 r.ru_nvcsw, r.ru_nivcsw, r.ru_nsignals, sigs); in sigalrm_handler()
/freebsd-head/sys/amd64/linux32/
HDlinux32_machdep.c85 lru->ru_nvcsw = ru->ru_nvcsw; in bsd_to_linux_rusage()
HDlinux.h156 l_long ru_nvcsw; member
/freebsd-head/usr.bin/time/
HDtime.c186 ru.ru_nvcsw, "voluntary context switches"); in main()
/freebsd-head/sys/compat/freebsd32/
HDfreebsd32.h104 int32_t ru_nvcsw; member
HDfreebsd32_misc.c220 CP(*s, *s32, ru_nvcsw); in freebsd32_rusage_out()
/freebsd-head/sys/kern/
HDkern_synch.c501 td->td_ru.ru_nvcsw++; in mi_switch()
HDkern_thread.c1020 td->td_ru.ru_nvcsw++; in thread_exit()
/freebsd-head/bin/ps/
HDkeyword.c147 ROFF(ru_nvcsw), LONG, "ld"},
/freebsd-head/contrib/llvm-project/openmp/runtime/src/
HDz_Linux_util.cpp1851 info->nvcsw = r_usage.ru_nvcsw; in __kmp_read_system_info()