Home
last modified time | relevance | path

Searched refs:ru_nswap (Results 1 – 20 of 20) sorted by relevance

/netbsd/bin/csh/
H A Dtime.c118 ru->ru_nswap += ru2->ru_nswap; in ruadd()
211 i = r1->ru_nswap - r0->ru_nswap; in prusage1()
/netbsd/sys/compat/sys/
H A Dresource.h50 long ru_nswap; /* swaps */ member
/netbsd/sys/sys/
H A Dresource.h67 long ru_nswap; /* swaps */ member
/netbsd/sys/compat/linux/arch/alpha/
H A Dlinux_osf1.h89 osf1_long ru_nswap; member
H A Dlinux_osf1.c126 oru->ru_nswap = ru->ru_nswap; in osf1_cvt_rusage_from_native()
/netbsd/usr.bin/time/
H A Dtime.c177 prl(ru.ru_nswap, "swaps"); in main()
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Demul_unix.c187 signed32 ru_nswap; /* swaps */ member
924 host_rusage.ru_nswap += host_rusage2.ru_nswap; in do_unix_getrusage()
947 target_rusage.ru_nswap = H2T_4(host_rusage2.ru_nswap); in do_unix_getrusage()
H A Demul_netbsd.c284 H2T(rusage.ru_nswap); /* swaps */ in write_rusage()
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_unix.c187 signed32 ru_nswap; /* swaps */ member
924 host_rusage.ru_nswap += host_rusage2.ru_nswap; in do_unix_getrusage()
947 target_rusage.ru_nswap = H2T_4(host_rusage2.ru_nswap); in do_unix_getrusage()
H A Demul_netbsd.c284 H2T(rusage.ru_nswap); /* swaps */ in write_rusage()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_conv.h195 C(ru_nswap); in netbsd32_from_rusage()
221 C(ru_nswap); in netbsd32_to_rusage()
247 C(ru_nswap); in netbsd32_from_rusage50()
H A Dnetbsd32.h422 netbsd32_long ru_nswap; /* swaps */ member
442 netbsd32_long ru_nswap; /* swaps */ member
/netbsd/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_ncr2.h252 long ru_nswap; /* swaps */ member
/netbsd/external/mit/libuv/dist/src/unix/
H A Dcore.c984 rusage->ru_nswap = usage.ru_nswap; in uv_getrusage()
/netbsd/lib/libkvm/
H A Dkvm_proc.c706 kp2p->p_uru_nswap = pstats.p_ru.ru_nswap; in kvm_getproc2()
/netbsd/libexec/ftpd/
H A Dftpd.c3693 rusage_after->ru_nswap - rusage_before->ru_nswap); in logrusage()
/netbsd/external/mit/libuv/dist/include/
H A Duv.h1206 uint64_t ru_nswap; /* swaps */ member
/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dcollector.c2370 usage.pr_nswap = (ulong_t) rusage.ru_nswap; in ovw_write()
/netbsd/external/mit/libuv/dist/docs/src/
H A Dmisc.rst111 uint64_t ru_nswap; /* swaps (X) */
/netbsd/sys/kern/
H A Dkern_proc.c2925 ki->p_uru_nswap = ru.ru_nswap; in fill_kproc2()