Searched refs:TASK_POWER_INFO_COUNT (Results 1 – 6 of 6) sorted by relevance
77 …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");
542 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()
5897 if (*task_info_count < TASK_POWER_INFO_COUNT) { in task_info()
346 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()
227 mach_msg_type_number_t info_count = TASK_POWER_INFO_COUNT; in task_power_info_times()
358 #define TASK_POWER_INFO_COUNT ((mach_msg_type_number_t) \ macro