Searched refs:ru_nswap (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dresource.h81 long ru_nswap; /* swaps */ member in struct:rusage
/freebsd-11-stable/contrib/tcsh/
H A Dsh.time.c180 ru->ru_nswap += ru2->ru_nswap;
446 i = r1->ru_nswap - r0->ru_nswap;
/freebsd-11-stable/usr.bin/time/
H A Dtime.c177 ru.ru_nswap, "swaps");
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32.h75 int32_t ru_nswap; member in struct:rusage32
H A Dfreebsd32_misc.c152 CP(*s, *s32, ru_nswap);
/freebsd-11-stable/bin/ps/
H A Dkeyword.c145 {"nswap", "NSWAP", NULL, "swaps", USER, rvar, ROFF(ru_nswap), LONG,
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_machdep.c103 lru->ru_nswap = ru->ru_nswap;
H A Dlinux.h154 l_long ru_nswap; member in struct:l_rusage
/freebsd-11-stable/sys/vm/
H A Dvm_swapout.c939 ++td->td_ru.ru_nswap;
/freebsd-11-stable/sys/compat/linprocfs/
H A Dlinprocfs.c653 PS_ADD("nswap", "%lu", kp.ki_rusage.ru_nswap);
654 PS_ADD("cnswap", "%lu", kp.ki_rusage_ch.ru_nswap);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1762 info->nswap = r_usage.ru_nswap;

Completed in 194 milliseconds