Searched refs:cpuentryp (Results 1 – 1 of 1) sorted by relevance
298 cpu_data_entry_t *cpuentryp = *iter; in kern_collectth_state() local299 if (cpuentryp == NULL) { in kern_collectth_state()300 cpuentryp = &CpuDataEntries[0]; in kern_collectth_state()303 if (cpuentryp == &CpuDataEntries[ml_get_max_cpu_number()]) { in kern_collectth_state()306 *iter = cpuentryp + 1; in kern_collectth_state()309 struct cpu_data *cpudatap = cpuentryp->cpu_data_vaddr; in kern_collectth_state()