Searched defs:target_rusage (Results 1 – 4 of 4) sorted by relevance
52 struct target_freebsd_rusage *target_rusage) in h2g_rusage()79 struct target_freebsd_rusage *target_rusage; in host_to_target_rusage() local
57 abi_long arg3, abi_ulong target_rusage) in do_freebsd_wait4()
409 struct target_rusage { struct410 struct target_timeval ru_utime; /* user time used */411 struct target_timeval ru_stime; /* system time used */412 abi_long ru_maxrss; /* maximum resident set size */413 abi_long ru_ixrss; /* integral shared memory size */414 abi_long ru_idrss; /* integral unshared data size */415 abi_long ru_isrss; /* integral unshared stack size */416 abi_long ru_minflt; /* page reclaims */417 abi_long ru_majflt; /* page faults */418 abi_long ru_nswap; /* swaps */[all …]
989 struct target_rusage *target_rusage; in host_to_target_rusage() local11022 abi_ulong target_rusage = arg4; in _syscall2() local