Home
last modified time | relevance | path

Searched refs:soft_cpu (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_soft.c86 struct soft_cpu { struct
92 static struct soft_cpu **soft_pcpu; argument
227 struct soft_cpu *soft_pc; in soft_pcpu_init()
237 soft_pc = malloc(sizeof(struct soft_cpu), M_PMC, M_WAITOK|M_ZERO); in soft_pcpu_init()
362 struct soft_cpu *pc; in pmc_soft_intr()
426 soft_pcpu = malloc(sizeof(struct soft_cpu *) * pmc_cpu_max(), M_PMC, in pmc_soft_initialize()