cpucounter
static struct cpucounter tsc_cpucounter = {
static struct cpucounter hyperv_cpucounter = {
static struct cpucounter hyperv_tsc_cpucounter = {
const struct cpucounter *
const struct cpucounter *cc, *ret;
const struct cpucounter *
const struct cpucounter *cc, *ret;
cpucounter_register(struct cpucounter *cc)
static struct cpucounter dummy_cpucounter = {
static SLIST_HEAD(, cpucounter) cpucounterhead =
SLIST_ENTRY(cpucounter) link;
void cpucounter_register(struct cpucounter *);
const struct cpucounter *cpucounter_find_pcpu(void);
const struct cpucounter *cpucounter_find(void);