Searched refs:soft_pcpu (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_soft.c | 92 static struct soft_cpu **soft_pcpu; variable 145 phw = &soft_pcpu[cpu]->soft_hw[ri]; in soft_config_pmc() 167 phw = &soft_pcpu[cpu]->soft_hw[ri]; in soft_describe() 194 *ppm = soft_pcpu[cpu]->soft_hw[ri].phw_pmc; in soft_get_config() 206 KASSERT(soft_pcpu[cpu] != NULL, ("[soft,%d] null pcpu", __LINE__)); in soft_pcpu_fini() 208 free(soft_pcpu[cpu], M_PMC); in soft_pcpu_fini() 209 soft_pcpu[cpu] = NULL; in soft_pcpu_fini() 233 KASSERT(soft_pcpu, ("[soft,%d] null pcpu", __LINE__)); in soft_pcpu_init() 234 KASSERT(soft_pcpu[cpu] == NULL, ("[soft,%d] non-null per-cpu", in soft_pcpu_init() 242 soft_pcpu[cpu] = soft_pc; in soft_pcpu_init() [all …]
|