Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dsystimer.h287 struct cpucounter { struct
294 SLIST_ENTRY(cpucounter) link; argument
310 void cpucounter_register(struct cpucounter *);
311 const struct cpucounter *cpucounter_find_pcpu(void);
312 const struct cpucounter *cpucounter_find(void);
/dragonfly/sys/kern/
H A Dkern_cputimer.c69 static struct cpucounter dummy_cpucounter = {
80 static SLIST_HEAD(, cpucounter) cpucounterhead =
635 const struct cpucounter *
638 const struct cpucounter *cc, *ret; in cpucounter_find_pcpu()
648 const struct cpucounter *
651 const struct cpucounter *cc, *ret; in cpucounter_find()
665 cpucounter_register(struct cpucounter *cc) in cpucounter_register()
/dragonfly/sys/cpu/x86_64/misc/
H A Dcputimer_tsc.c68 static struct cpucounter tsc_cpucounter = {
/dragonfly/sys/dev/virtual/hyperv/x86_64/
H A Dhyperv_machdep.c66 static struct cpucounter hyperv_tsc_cpucounter = {
/dragonfly/sys/dev/virtual/hyperv/
H A Dhyperv.c95 static struct cpucounter hyperv_cpucounter = {