Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Dbsd-proc.c72 __put_user(rusage->ru_nvcsw, &target_rusage->ru_nvcsw); in h2g_rusage()
H A Dsyscall_defs.h208 abi_long ru_nvcsw; /* voluntary context switches */ member
/openbmc/linux/include/uapi/linux/
H A Dresource.h39 __kernel_long_t ru_nvcsw; /* voluntary context switches */ member
/openbmc/linux/kernel/
H A Dcompat.c103 r32.ru_nvcsw = r->ru_nvcsw; in put_compat_rusage()
H A Dsys.c1775 r->ru_nvcsw += t->nvcsw; in accumulate_thread_rusage()
1808 r->ru_nvcsw = p->signal->cnvcsw; in getrusage()
1824 r->ru_nvcsw += p->signal->nvcsw; in getrusage()
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h199 long ru_nvcsw; member
/openbmc/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c312 ru.ru_nvcsw, in child_thread()
/openbmc/openbmc/poky/meta/classes-global/
H A Dbuildstats.bbclass102 …stime", "ru_maxrss", "ru_minflt", "ru_majflt", "ru_inblock", "ru_oublock", "ru_nvcsw", "ru_nivcsw"]
/openbmc/linux/include/linux/
H A Dcompat.h306 compat_long_t ru_nvcsw; member
/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c1073 long ru_nvcsw; /* voluntary context switches */ member
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h424 abi_long ru_nvcsw; /* voluntary context switches */ member
H A Dsyscall.c978 target_rusage->ru_nvcsw = tswapal(rusage->ru_nvcsw); in host_to_target_rusage()