Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/
H A Dhost_statistics_rate_limiting.c77 …for (i = (TASK_POWER_INFO_COUNT * sizeof(int)); i < (TASK_POWER_INFO_V2_COUNT * sizeof(int)); i++)… in check_host_info()
137 count = TASK_POWER_INFO_COUNT; in get_host_info()
141 T_QUIET; T_ASSERT_EQ(count, TASK_POWER_INFO_COUNT, NULL); in get_host_info()
190 T_QUIET; T_ASSERT_LE(TASK_POWER_INFO_COUNT, TASK_POWER_INFO_V2_COUNT, "TASK_POWER_INFO_COUNT");
/xnu-12377.81.4/osfmk/kern/
H A Dhost.c542 if (*count < TASK_POWER_INFO_COUNT) { in host_statistics()
559 *count = TASK_POWER_INFO_COUNT; in host_statistics()
631 …0, .max_requests = 0, .data = (uintptr_t)&host_expired_task_info, .count = TASK_POWER_INFO_COUNT },
731 if (*count < TASK_POWER_INFO_COUNT) { in get_host_info_data_index()
H A Dtask.c5897 if (*task_info_count < TASK_POWER_INFO_COUNT) { in task_info()
/xnu-12377.81.4/tests/recount/
H A Drecount_perf_tests.c346 mach_msg_type_number_t info_count = TASK_POWER_INFO_COUNT; in task_power_info_usage()
349 info_count = TASK_POWER_INFO_COUNT; in task_power_info_usage()
H A Drecount_tests.c227 mach_msg_type_number_t info_count = TASK_POWER_INFO_COUNT; in task_power_info_times()
/xnu-12377.81.4/osfmk/mach/
H A Dtask_info.h358 #define TASK_POWER_INFO_COUNT ((mach_msg_type_number_t) \ macro