Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/ktrace/
H A Dkperf_tests.c527 struct cpu_oversample *per_cpu = calloc((unsigned int)ncpus, variable
528 sizeof(per_cpu[0]));
530 T_ASSERT_NOTNULL(per_cpu, "allocated timer latency tracking");
532 per_cpu[i].timer_latencies.cq = CIRQ_INIT(struct instval, HISTORY_LEN);
533 per_cpu[i].fire_latencies.cq = CIRQ_INIT(struct instval, HISTORY_LEN);
562 struct instval *latency = cirq_push(&per_cpu[tp->cpuid].timer_latencies);
576 struct cpu_oversample *cur_cpu = &per_cpu[tp->cpuid];
584 struct cpu_oversample *last_cpu = &per_cpu[last_fire_cpuid];
/xnu-10063.101.15/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()