Symbol: cpu_counter
regress/sys/kern/allocfree/allocfree.c
160
x -= cpu_counter();
regress/sys/kern/allocfree/allocfree.c
162
x += cpu_counter();
sys/arch/x86/include/cpu_counter.h
41
extern uint64_t (*cpu_counter)(void);
sys/arch/x86/x86/cpu.c
1459
t0 = cpu_counter();
sys/arch/x86/x86/cpu.c
1461
t1 = cpu_counter();
sys/arch/x86/x86/cpu.c
1475
t0 = cpu_counter();
sys/arch/x86/x86/cpu.c
1477
t1 = cpu_counter();
sys/arch/x86/x86/hyperv.c
213
tsc = cpu_counter();
sys/arch/x86/x86/lapic.c
669
(void)cpu_counter();
sys/arch/x86/x86/lapic.c
670
t0 = cpu_counter();
sys/arch/x86/x86/lapic.c
672
t0 += cpu_counter();
sys/arch/x86/x86/lapic.c
674
t1 = cpu_counter();
sys/arch/x86/x86/lapic.c
676
t1 += cpu_counter();
sys/arch/x86/x86/tsc.c
202
cpu_counter = cpu_counter_##fence; \
sys/arch/x86/x86/tsc.c
422
start = cpu_counter();
sys/arch/x86/x86/tsc.c
425
while ((cpu_counter() - start) < delta) {
sys/arch/x86/x86/tsc.c
447
cur = cpu_counter();
sys/arch/x86/x86/tsc.c
70
uint64_t (*cpu_counter)(void) = cpu_counter_cpuid;
sys/dev/ic/hpet.c
217
(void)cpu_counter();
sys/dev/ic/hpet.c
220
td0 = cpu_counter();
sys/dev/ic/hpet.c
238
(void)cpu_counter();
sys/dev/ic/hpet.c
241
td = cpu_counter();
sys/dev/lockstat.h
170
(name) -= cpu_counter(); \
sys/dev/lockstat.h
176
(name) += cpu_counter(); \
sys/rump/librump/rumpkern/arch/x86/rump_x86_cpu_counter.c
66
uint64_t (*cpu_counter)(void) = nullfunc64;
usr.bin/vmstat/vmstat.c
1175
cpucounters(struct cpu_counter *cc)
usr.bin/vmstat/vmstat.c
292
void cpucounters(struct cpu_counter *);
usr.bin/vmstat/vmstat.c
890
struct cpu_counter cc;