OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ev_count
(Results
1 - 25
of
275
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
/src/sys/uvm/pmap/
pmap_synci.c
62
ti->ti_evcnt_synci_asts.
ev_count
++;
68
ti->ti_evcnt_synci_all.
ev_count
++;
69
ti->ti_evcnt_synci_pages.
ev_count
+= pmap_tlb_synci_page_mask+1;
84
ti->ti_evcnt_synci_pages.
ev_count
++;
123
ti->ti_evcnt_synci_duplicate.
ev_count
++;
135
ti->ti_evcnt_synci_deferred.
ev_count
++;
137
ti->ti_evcnt_synci_desired.
ev_count
++;
157
ci->ci_evcnt_synci_onproc_rqst.
ev_count
++;
159
ci->ci_evcnt_synci_deferred_rqst.
ev_count
++;
197
ci->ci_evcnt_synci_ipi_rqst.
ev_count
++
[
all
...]
/src/sys/dev/pci/ixgbe/
ixgbe_netbsd.h
61
atomic_load_relaxed(&((evp)->
ev_count
))
63
atomic_store_relaxed(&((evp)->
ev_count
), (val))
65
atomic_store_relaxed(&((evp)->
ev_count
), \
66
atomic_load_relaxed(&((evp)->
ev_count
)) + (val))
68
#define IXGBE_EVC_LOAD(evp) ((evp)->
ev_count
))
69
#define IXGBE_EVC_STORE(evp, val) ((evp)->
ev_count
= (val))
70
#define IXGBE_EVC_ADD(evp, val) ((evp)->
ev_count
+= (val))
/src/sys/arch/mips/mips/
ipifuncs.c
124
ci->ci_evcnt_per_ipi[IPI_NOP].
ev_count
++;
128
ci->ci_evcnt_per_ipi[IPI_AST].
ev_count
++;
132
ci->ci_evcnt_per_ipi[IPI_SHOOTDOWN].
ev_count
++;
136
ci->ci_evcnt_per_ipi[IPI_SYNCICACHE].
ev_count
++;
140
ci->ci_evcnt_per_ipi[IPI_SUSPEND].
ev_count
++;
144
ci->ci_evcnt_per_ipi[IPI_HALT].
ev_count
++;
148
ci->ci_evcnt_per_ipi[IPI_XCALL].
ev_count
++;
152
ci->ci_evcnt_per_ipi[IPI_GENERIC].
ev_count
++;
157
ci->ci_evcnt_per_ipi[IPI_KPREEMPT].
ev_count
++;
mips3_clockintr.c
71
ci->ci_ev_count_compare.
ev_count
++;
88
curcpu()->ci_ev_count_compare_missed.
ev_count
++;
mips_dsp.c
96
l->l_cpu->ci_ev_dsp_saves.
ev_count
++;
142
l->l_cpu->ci_ev_dsp_loads.
ev_count
++;
/src/sys/uvm/
uvm_pdpolicy_impl.h
42
#define PDPOL_EVCNT_INCR(ev) pdpol_evcnt_##ev.
ev_count
++
/src/sys/arch/riscv/riscv/
ipifuncs.c
104
ci->ci_evcnt_per_ipi[IPI_NOP].
ev_count
++;
108
ci->ci_evcnt_per_ipi[IPI_AST].
ev_count
++;
112
ci->ci_evcnt_per_ipi[IPI_SUSPEND].
ev_count
++;
116
ci->ci_evcnt_per_ipi[IPI_HALT].
ev_count
++;
120
ci->ci_evcnt_per_ipi[IPI_XCALL].
ev_count
++;
124
ci->ci_evcnt_per_ipi[IPI_GENERIC].
ev_count
++;
129
ci->ci_evcnt_per_ipi[IPI_KPREEMPT].
ev_count
++;
fpu.c
81
curcpu()->ci_ev_fpu_saves.
ev_count
++;
150
curcpu()->ci_ev_fpu_reenables.
ev_count
++;
154
curcpu()->ci_ev_fpu_loads.
ev_count
++;
/src/sys/arch/sgimips/sgimips/
cpu.c
124
mips_int5_evcnt.
ev_count
++;
129
mips_int4_evcnt.
ev_count
++;
134
mips_int3_evcnt.
ev_count
++;
139
mips_int2_evcnt.
ev_count
++;
144
mips_int1_evcnt.
ev_count
++;
149
mips_int0_evcnt.
ev_count
++;
/src/sys/rump/librump/rumpkern/
klock.c
96
ev_biglock_recurse.
ev_count
++;
102
ev_biglock_slow.
ev_count
++;
104
ev_biglock_fast.
ev_count
++;
/src/sys/kern/
subr_pserialize.c
112
psz_ev_excl.
ev_count
++;
122
psz_ev_excl.
ev_count
++;
/src/sys/arch/aarch64/aarch64/
fpu.c
143
curcpu()->ci_vfp_use.
ev_count
++;
145
curcpu()->ci_vfp_reuse.
ev_count
++;
162
curcpu()->ci_vfp_save.
ev_count
++;
176
curcpu()->ci_vfp_release.
ev_count
++;
/src/sys/arch/playstation2/playstation2/
interrupt.c
146
_playstation2_evcnt.dmac.
ev_count
++;
274
_playstation2_evcnt.clock.
ev_count
,
275
_playstation2_evcnt.sbus.
ev_count
,
276
_playstation2_evcnt.dmac.
ev_count
,
/src/sys/arch/ews4800mips/ews4800mips/
tr2_intr.c
163
timer_tr2_ev.
ev_count
++;
173
ih->evcnt.
ev_count
++;
185
ih->evcnt.
ev_count
++;
211
ih->evcnt.
ev_count
++;
220
ih->evcnt.
ev_count
++;
233
ih->evcnt.
ev_count
++;
tr2a_intr.c
192
timer_tr2a_ev.
ev_count
++;
202
ih->evcnt.
ev_count
++;
209
ih->evcnt.
ev_count
++;
241
ih->evcnt.
ev_count
++;
247
ih->evcnt.
ev_count
++;
253
ih->evcnt.
ev_count
++;
/src/sys/arch/pmax/pmax/
dec_3min.c
311
intrtab[slot].ih_count.
ev_count
++; \
356
pmax_memerr_evcnt.
ev_count
++;
369
pmax_clock_evcnt.
ev_count
++;
416
intrtab[SYS_DEV_OPT0].ih_count.
ev_count
++;
421
intrtab[SYS_DEV_OPT1].ih_count.
ev_count
++;
425
intrtab[SYS_DEV_OPT2].ih_count.
ev_count
++;
dec_3100.c
191
intrtab[vvv].ih_count.
ev_count
++; \
210
pmax_clock_evcnt.
ev_count
++;
219
pmax_memerr_evcnt.
ev_count
++;
dec_5100.c
151
intrtab[vvv].ih_count.
ev_count
++; \
180
pmax_clock_evcnt.
ev_count
++;
196
pmax_memerr_evcnt.
ev_count
++;
/src/sys/arch/powerpc/booke/
trap.c
115
ci->ci_ev_umchk.
ev_count
++;
224
ci->ci_ev_udsi.
ev_count
++;
226
ci->ci_ev_kdsi.
ev_count
++;
259
ci->ci_ev_udsi_fatal.
ev_count
++;
276
ci->ci_ev_isi.
ev_count
++;
278
ci->ci_ev_kisi.
ev_count
++;
313
ci->ci_softc->cpu_ev_exec_trap_sync.
ev_count
++;
334
ci->ci_ev_isi_fatal.
ev_count
++;
358
ci->ci_ev_tlbmiss_soft.
ev_count
++;
363
ci->ci_ev_dtlbmiss_hard.
ev_count
++
[
all
...]
/src/sys/arch/arm/imx/
if_enet.c
325
sc->sc_ev_t_drop.
ev_count
+= ENET_REG_READ(sc, ENET_RMON_T_DROP);
326
sc->sc_ev_t_packets.
ev_count
+= ENET_REG_READ(sc, ENET_RMON_T_PACKETS);
327
sc->sc_ev_t_bc_pkt.
ev_count
+= ENET_REG_READ(sc, ENET_RMON_T_BC_PKT);
328
sc->sc_ev_t_mc_pkt.
ev_count
+= ENET_REG_READ(sc, ENET_RMON_T_MC_PKT);
329
sc->sc_ev_t_crc_align.
ev_count
+= ENET_REG_READ(sc, ENET_RMON_T_CRC_ALIGN);
330
sc->sc_ev_t_undersize.
ev_count
+= ENET_REG_READ(sc, ENET_RMON_T_UNDERSIZE);
331
sc->sc_ev_t_oversize.
ev_count
+= ENET_REG_READ(sc, ENET_RMON_T_OVERSIZE);
332
sc->sc_ev_t_frag.
ev_count
+= ENET_REG_READ(sc, ENET_RMON_T_FRAG);
333
sc->sc_ev_t_jab.
ev_count
+= ENET_REG_READ(sc, ENET_RMON_T_JAB);
334
sc->sc_ev_t_col.
ev_count
+= ENET_REG_READ(sc, ENET_RMON_T_COL)
[
all
...]
/src/sys/crypto/aes/arch/x86/
aes_via.c
43
struct evcnt { uint64_t
ev_count
; };
member in struct:evcnt
212
enc_aligned_evcnt.
ev_count
++;
215
enc_unaligned_evcnt.
ev_count
++;
253
dec_aligned_evcnt.
ev_count
++;
256
dec_unaligned_evcnt.
ev_count
++;
371
cbcenc_aligned_evcnt.
ev_count
++;
376
cbcenc_unaligned_evcnt.
ev_count
++;
413
cbcdec_aligned_evcnt.
ev_count
++;
416
cbcdec_unaligned_evcnt.
ev_count
++;
511
xtsenc_aligned_evcnt.
ev_count
++
[
all
...]
/src/sys/arch/xen/xen/
xennet_checksum.c
209
cksum_undefer->
ev_count
++;
210
cksum_blank->
ev_count
++;
215
cksum_undefer->
ev_count
++;
/src/sys/arch/arm/cortex/
pl310.c
64
__CTASSERT(offsetof(struct arml2cc_softc, sc_ev_inv.
ev_count
) % 8 == 0);
65
__CTASSERT(offsetof(struct arml2cc_softc, sc_ev_wb.
ev_count
) % 8 == 0);
66
__CTASSERT(offsetof(struct arml2cc_softc, sc_ev_wbinv.
ev_count
) % 8 == 0);
318
atomic_inc_64(&arml2cc_sc->sc_ev_inv.
ev_count
);
325
atomic_inc_64(&arml2cc_sc->sc_ev_wb.
ev_count
);
332
atomic_inc_64(&arml2cc_sc->sc_ev_wbinv.
ev_count
);
/src/sys/arch/x86/x86/
x86_tlb.c
189
atomic_inc_64(&tlbstat_single_req.
ev_count
);
192
atomic_inc_64(&tlbstat_kernel[why].
ev_count
);
204
atomic_inc_64(&tlbstat_local[why].
ev_count
);
207
atomic_inc_64(&tlbstat_remote[why].
ev_count
);
444
pmap_tlb_evcnt.
ev_count
++;
453
atomic_add_64(&tlbstat_single_issue.
ev_count
,
/src/sys/arch/hppa/hppa/
ipifuncs.c
90
sc->sc_evcnt_ipi.
ev_count
++;
94
sc->sc_evcnt_which_ipi[bit].
ev_count
++;
Completed in 28 milliseconds
1
2
3
4
5
6
7
8
9
10
11
Indexes created Sat Sep 20 22:09:52 GMT 2025