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

/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_soft.c87 struct soft_cpu { struct
93 static struct soft_cpu **soft_pcpu;
233 struct soft_cpu *soft_pc;
243 soft_pc = malloc(sizeof(struct soft_cpu), M_PMC, M_WAITOK|M_ZERO);
346 struct soft_cpu *pc;
373 struct soft_cpu *pc;
401 struct soft_cpu *pc;
455 soft_pcpu = malloc(sizeof(struct soft_cpu *) * pmc_cpu_max(), M_PMC,

Completed in 105 milliseconds