Symbol: zpcpu_get
sys/amd64/include/counter.h
73
*(zpcpu_get(c)) = 0;
sys/amd64/include/pcpu.h
291
*zpcpu_get(base) = __n; \
sys/amd64/include/pmap.h
488
pcidp = zpcpu_get(pmap->pm_pcidp);
sys/arm/include/counter.h
66
atomic_store_64((uint64_t *)zpcpu_get(arg), 0);
sys/arm/include/counter.h
84
atomic_add_64((uint64_t *)zpcpu_get(c), inc);
sys/arm64/include/counter.h
86
atomic_add_64((uint64_t *)zpcpu_get(c), inc);
sys/i386/include/counter.h
180
*(uint64_t *)zpcpu_get(c) += (inc); \
sys/i386/include/counter.h
191
*(uint64_t *)zpcpu_get(c) += inc;
sys/kern/kern_malloc.c
396
mtsp = zpcpu_get(mtip->mti_stats);
sys/kern/kern_malloc.c
439
mtsp = zpcpu_get(mtip->mti_stats);
sys/kern/kern_rmlock.c
904
return (zpcpu_get(rms->pcpu));
sys/kern/subr_epoch.c
153
return (zpcpu_get(epoch->e_pcpu_record));
sys/kern/subr_smr.c
275
KASSERT((zpcpu_get(smr)->c_flags & SMR_LAZY) == 0,
sys/kern/subr_smr.c
347
self = zpcpu_get(smr);
sys/kern/subr_smr.c
489
KASSERT(!wait || (zpcpu_get(smr)->c_flags & SMR_LAZY) == 0,
sys/kern/subr_smr.c
499
self = zpcpu_get(smr);
sys/net/if_ovpn.c
1718
*zpcpu_get(peer->last_active) = time_uptime;
sys/net/pfvar.h
147
pcpu = zpcpu_get(pfcu64->pfcu64_pcpu);
sys/net/pfvar.h
321
*zpcpu_get((prule)->timestamp) = time_second; \
sys/netinet/ip_id.c
269
ip->ip_id = htons((*(uint64_t *)zpcpu_get(V_ip_id)) & 0xffff);
sys/powerpc/include/counter.h
150
*(uint64_t *)zpcpu_get(c) += (inc); \
sys/riscv/include/counter.h
63
*(zpcpu_get((counter_u64_t *)arg)) = 0;
sys/riscv/include/counter.h
81
atomic_add_64((uint64_t *)zpcpu_get(c), inc);
sys/sys/_smr.h
37
(curthread->td_critnest != 0 && zpcpu_get((smr))->c_seq != SMR_SEQ_INVALID)
sys/sys/mount.h
1139
#define vfs_mount_pcpu(mp) zpcpu_get(mp->mnt_pcpu)
sys/sys/pcpu.h
266
__typeof(val) *_ptr = zpcpu_get(base); \
sys/sys/pcpu.h
286
__typeof(val) *_ptr = zpcpu_get(base); \
sys/sys/pcpu.h
295
__typeof(val) *_ptr = zpcpu_get(base); \
sys/sys/pcpu.h
304
__typeof(val) *_ptr = zpcpu_get(base); \
sys/sys/smr.h
110
smr = zpcpu_get(smr);
sys/sys/smr.h
152
smr = zpcpu_get(smr);
sys/sys/smr.h
179
smr = zpcpu_get(smr);
sys/sys/smr.h
203
smr = zpcpu_get(smr);
sys/sys/smr.h
99
return (smr_shared_current(zpcpu_get(smr)->c_shared));
tools/uma/smrstress/smrstress.c
69
zpcpu_get(smrs_smr)->c_seq, smrs->generation, smrs->count);