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

/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_soft.c89 struct soft_cpu { struct
95 static struct soft_cpu **soft_pcpu;
235 struct soft_cpu *soft_pc;
245 soft_pc = malloc(sizeof(struct soft_cpu), M_PMC, M_WAITOK|M_ZERO);
348 struct soft_cpu *pc;
375 struct soft_cpu *pc;
403 struct soft_cpu *pc;
457 soft_pcpu = malloc(sizeof(struct soft_cpu *) * pmc_cpu_max(), M_PMC,

Completed in 56 milliseconds