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

/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_soft.c95 static struct soft_cpu **soft_pcpu; variable in typeref:struct:soft_cpu
148 phw = &soft_pcpu[cpu]->soft_hw[ri];
172 phw = &soft_pcpu[cpu]->soft_hw[ri];
202 *ppm = soft_pcpu[cpu]->soft_hw[ri].phw_pmc;
214 KASSERT(soft_pcpu[cpu] != NULL, ("[soft,%d] null pcpu", __LINE__));
216 free(soft_pcpu[cpu], M_PMC);
217 soft_pcpu[cpu] = NULL;
241 KASSERT(soft_pcpu, ("[soft,%d] null pcpu", __LINE__));
242 KASSERT(soft_pcpu[cpu] == NULL, ("[soft,%d] non-null per-cpu",
250 soft_pcpu[cp
[all...]

Completed in 106 milliseconds