Home
last modified time | relevance | path

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

/xnu-10063.141.1/tests/ktrace/
H A Dkperf_tests.c529 struct cpu_oversample *per_cpu = calloc((unsigned int)ncpus, variable
530 sizeof(per_cpu[0]));
532 T_ASSERT_NOTNULL(per_cpu, "allocated timer latency tracking");
534 per_cpu[i].timer_latencies.cq = CIRQ_INIT(struct instval, HISTORY_LEN);
535 per_cpu[i].fire_latencies.cq = CIRQ_INIT(struct instval, HISTORY_LEN);
564 struct instval *latency = cirq_push(&per_cpu[tp->cpuid].timer_latencies);
578 struct cpu_oversample *cur_cpu = &per_cpu[tp->cpuid];
586 struct cpu_oversample *last_cpu = &per_cpu[last_fire_cpuid];
/xnu-10063.141.1/osfmk/vm/
H A Dvm_resident.c9819 bool per_cpu, in vm_page_add_info() argument
9824 vm_page_diagnose_zone_stats(info, stats, per_cpu); in vm_page_add_info()