Searched refs:soft_pcpu (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_soft.c93 static struct soft_cpu **soft_pcpu; variable in typeref:struct:soft_cpu
146 phw = &soft_pcpu[cpu]->soft_hw[ri];
170 phw = &soft_pcpu[cpu]->soft_hw[ri];
200 *ppm = soft_pcpu[cpu]->soft_hw[ri].phw_pmc;
212 KASSERT(soft_pcpu[cpu] != NULL, ("[soft,%d] null pcpu", __LINE__));
214 free(soft_pcpu[cpu], M_PMC);
215 soft_pcpu[cpu] = NULL;
239 KASSERT(soft_pcpu, ("[soft,%d] null pcpu", __LINE__));
240 KASSERT(soft_pcpu[cpu] == NULL, ("[soft,%d] non-null per-cpu",
248 soft_pcpu[cp
[all...]

Completed in 100 milliseconds