Home
last modified time | relevance | path

Searched refs:rusage_info_v4 (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/tests/
H A Dphys_footprint_interval_max.c47 struct rusage_info_v4 ru;
/xnu-12377.81.4/tests/cpu_counters/
H A Dkpc_tests.c59 static struct rusage_info_v4 pre_ru = {};
589 struct rusage_info_v4 post_ru = {};
/xnu-12377.81.4/bsd/sys/
H A Dresource.h295 struct rusage_info_v4 { struct
/xnu-12377.81.4/tests/ktrace/
H A Dkdebug_tests.c1743 struct rusage_info_v4 *rusage = calloc(1, sizeof(*rusage));
/xnu-12377.81.4/bsd/kern/
H A Dkern_resource.c3452 size = sizeof(struct rusage_info_v4); in proc_get_rusage()