Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Dbsd-proc.c66 __put_user(rusage->ru_nswap, &target_rusage->ru_nswap); in h2g_rusage()
H A Dsyscall_defs.h202 abi_long ru_nswap; /* swaps */ member
/openbmc/linux/include/uapi/linux/
H A Dresource.h33 __kernel_long_t ru_nswap; /* swaps */ member
/openbmc/linux/kernel/
H A Dcompat.c97 r32.ru_nswap = r->ru_nswap; in put_compat_rusage()
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h193 long ru_nswap; member
/openbmc/linux/include/linux/
H A Dcompat.h300 compat_long_t ru_nswap; member
/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c1067 long ru_nswap; /* swaps */ member
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h418 abi_long ru_nswap; /* swaps */ member
H A Dsyscall.c972 target_rusage->ru_nswap = tswapal(rusage->ru_nswap); in host_to_target_rusage()