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

/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_ppro.c299 struct p6_cpu { struct
304 static struct p6_cpu **p6_pcpu;
335 struct p6_cpu *p6c;
344 p6c = malloc(sizeof (struct p6_cpu), M_PMC, M_WAITOK|M_ZERO);
368 struct p6_cpu *p6c;
610 struct p6_cpu *pc;
645 struct p6_cpu *pc;
679 struct p6_cpu *pc;
794 p6_pcpu = malloc(sizeof(struct p6_cpu **) * ncpus, M_PMC,

Completed in 115 milliseconds