Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/ktrace/
H A Dkperf_tests.c532 struct cpu_oversample *per_cpu = calloc((unsigned int)ncpus, variable
533 sizeof(per_cpu[0]));
535 T_ASSERT_NOTNULL(per_cpu, "allocated timer latency tracking");
537 per_cpu[i].timer_latencies.cq = CIRQ_INIT(struct instval, HISTORY_LEN);
538 per_cpu[i].fire_latencies.cq = CIRQ_INIT(struct instval, HISTORY_LEN);
567 struct instval *latency = cirq_push(&per_cpu[tp->cpuid].timer_latencies);
581 struct cpu_oversample *cur_cpu = &per_cpu[tp->cpuid];
589 struct cpu_oversample *last_cpu = &per_cpu[last_fire_cpuid];
/xnu-11417.101.15/osfmk/vm/
H A Dvm_resident.c10516 bool per_cpu, in vm_page_add_info() argument
10521 vm_page_diagnose_zone_stats(info, stats, per_cpu); in vm_page_add_info()