Home
last modified time | relevance | path

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

/xnu-8792.41.9/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()
314 struct rusage_info_v6 before = { 0 };
315 struct rusage_info_v6 after = { 0 };
385 struct rusage_info_v6 *info) in _threadcounts_to_rusage_info()
404 _rusage_info_le(struct rusage_info_v6 *lhs, const char *lhs_name, in _rusage_info_le()
405 struct rusage_info_v6 *rhs, const char *rhs_name) in _rusage_info_le()
504 struct rusage_info_v6 proc_usage = { 0 };
514 struct rusage_info_v6 thread_usage = { 0 };
/xnu-8792.41.9/bsd/sys/
H A Dresource.h392 struct rusage_info_v6 { struct
439 typedef struct rusage_info_v6 rusage_info_current; argument
/xnu-8792.41.9/bsd/kern/
H A Dkern_resource.c2623 size = sizeof(struct rusage_info_v6); in proc_get_rusage()