Searched refs:ru_nivcsw (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/sys/sys/ |
| D | resource.h | 78 long ru_nivcsw; /* involuntary " */ member 79 #define ru_last ru_nivcsw
|
| /freebsd-10-stable/contrib/tcsh/ |
| D | sh.time.c | 191 ru->ru_nivcsw += ru2->ru_nivcsw; in ruadd() 606 xprintf("%ld", (long)(r1->ru_nivcsw - r0->ru_nivcsw)); in prusage()
|
| /freebsd-10-stable/usr.bin/top/ |
| D | machine.c | 644 *ivcsw = RU(pp)->ru_nivcsw - RU(oldp)->ru_nivcsw; in get_io_stats() 988 ru.ru_nivcsw = RU(pp)->ru_nivcsw - RU(oldp)->ru_nivcsw; in format_next_process() 1001 rup->ru_nivcsw, in format_next_process()
|
| /freebsd-10-stable/usr.bin/time/ |
| D | time.c | 181 ru.ru_nivcsw, "involuntary context switches"); in main()
|
| /freebsd-10-stable/sys/compat/freebsd32/ |
| D | freebsd32.h | 97 int32_t ru_nivcsw; member
|
| D | freebsd32_misc.c | 152 CP(*s, *s32, ru_nivcsw); in freebsd32_rusage_out()
|
| /freebsd-10-stable/sys/amd64/linux32/ |
| D | linux32_machdep.c | 110 lru->ru_nivcsw = ru->ru_nivcsw; in bsd_to_linux_rusage()
|
| D | linux.h | 165 l_long ru_nivcsw; member
|
| /freebsd-10-stable/sys/kern/ |
| D | kern_synch.c | 448 td->td_ru.ru_nivcsw++; in mi_switch()
|
| /freebsd-10-stable/bin/ps/ |
| D | keyword.c | 117 {"nivcsw", "NIVCSW", NULL, USER, rvar, ROFF(ru_nivcsw), LONG, "ld", 0},
|