Home
last modified time | relevance | path

Searched refs:cpu_ports (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/tests/ !
H A Dprocessor_info.c38 processor_port_array_t cpu_ports = NULL;
40 kr = host_processors(priv_port, &cpu_ports, &cpu_count);
44 T_ASSERT_NOTNULL(cpu_ports, "valid processor port array");
60 kr = processor_info(cpu_ports[i], PROCESSOR_CPU_STAT64, &host,
80 kr = processor_info(cpu_ports[i], PROCESSOR_CPU_STAT64, &host,
/xnu-11417.121.6/tests/sched/ !
H A Dall_cores_running.c74 static processor_port_array_t cpu_ports; variable
88 kr = host_processors(priv_host, &cpu_ports, &cpu_count); in init_host_and_cpu_count()
100 …kr = processor_info(cpu_ports[i], PROCESSOR_CPU_LOAD_INFO, &host, (processor_info_t)&cpu_loads[i],… in record_cpu_loads()