Home
last modified time | relevance | path

Searched refs:rusage_info_v6 (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/tests/recount/
H A Drecount_tests.c174 _get_proc_pid_rusage(pid_t pid, struct rusage_info_v6 *info) in _get_proc_pid_rusage()
186 struct rusage_info_v6 info = { 0 }; in proc_pid_rusage_times()
316 struct rusage_info_v6 before = { 0 };
317 struct rusage_info_v6 after = { 0 };
362 struct rusage_info_v6 before = { 0 };
363 struct rusage_info_v6 after = { 0 };
433 struct rusage_info_v6 *info) in _threadcounts_to_rusage_info()
452 _rusage_info_le(struct rusage_info_v6 *lhs, const char *lhs_name, in _rusage_info_le()
453 struct rusage_info_v6 *rhs, const char *rhs_name) in _rusage_info_le()
553 struct rusage_info_v6 proc_usage = { 0 };
[all …]
/xnu-12377.41.6/bsd/sys/
H A Dresource.h374 struct rusage_info_v6 { struct
426 typedef struct rusage_info_v6 rusage_info_current; argument
/xnu-12377.41.6/tests/
H A Drunaway_mitigation.c548 struct rusage_info_v6 ru = {};
/xnu-12377.41.6/tests/sched/
H A Dsetitimer.c362 struct rusage_info_v6 ru = {};
/xnu-12377.41.6/tests/vm/
H A Dneural_footprint.c51 static struct rusage_info_v6 ru;
/xnu-12377.41.6/bsd/kern/
H A Dkern_resource.c3460 size = sizeof(struct rusage_info_v6); in proc_get_rusage()