Searched refs:per_cpu (Results 1 – 2 of 2) sorted by relevance
532 struct cpu_oversample *per_cpu = calloc((unsigned int)ncpus, variable533 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];
10864 bool per_cpu, in vm_page_add_info() argument10869 vm_page_diagnose_zone_stats(info, stats, per_cpu); in vm_page_add_info()