subr_cpu.c | 84 int64_t cpu_counts[CPU_COUNT_MAX]; variable in typeref:typename:int64_t[] 498 KASSERT(sizeof(ci->ci_counts) == sizeof(cpu_counts)); 501 memcpy(cpu_counts, curcpu()->ci_counts, sizeof(cpu_counts)); 527 memcpy(cpu_counts, sum, sizeof(cpu_counts));
|