Home
last modified time | relevance | path

Searched refs:PCPU_INC (Results 1 – 25 of 39) sorted by relevance

12

/trueos/sys/ia64/ia64/
HDmp_machdep.c109 PCPU_INC(md.stats.pcs_nasts); in ia64_ih_ast()
119 PCPU_INC(md.stats.pcs_nhardclocks); in ia64_ih_hardclock()
132 PCPU_INC(md.stats.pcs_nhighfps); in ia64_ih_highfp()
141 PCPU_INC(md.stats.pcs_npreempts); in ia64_ih_preempt()
151 PCPU_INC(md.stats.pcs_nrdvs); in ia64_ih_rndzvs()
162 PCPU_INC(md.stats.pcs_nstops); in ia64_ih_stop()
HDinterrupt.c314 PCPU_INC(cnt.v_intr); in ia64_handle_intr()
319 PCPU_INC(md.stats.pcs_nstrays); in ia64_handle_intr()
360 PCPU_INC(md.stats.pcs_nhwints); in ia64_ih_irq()
HDclock.c83 PCPU_INC(md.stats.pcs_nclks); in ia64_ih_clock()
/trueos/sys/i386/include/
HDpcpu.h99 #define PCPU_INC(member) PCPU_ADD(member, 1) macro
219 #define PCPU_INC(member) __PCPU_INC(pc_ ## member) macro
/trueos/sys/amd64/include/
HDpcpu.h80 #define PCPU_INC(member) PCPU_ADD(member, 1) macro
205 #define PCPU_INC(member) __PCPU_INC(pc_ ## member) macro
/trueos/sys/mips/include/
HDpcpu.h69 #define PCPU_INC(member) PCPU_ADD(member, 1) macro
/trueos/sys/vm/
HDvm_fault.c310 PCPU_INC(cnt.v_vm_faults); in vm_fault_hold()
488 PCPU_INC(cnt.v_intrans); in vm_fault_hold()
766 PCPU_INC(cnt.v_ozfod); in vm_fault_hold()
768 PCPU_INC(cnt.v_zfod); in vm_fault_hold()
863 PCPU_INC(cnt.v_cow_optim); in vm_fault_hold()
899 PCPU_INC(cnt.v_cow_faults); in vm_fault_hold()
1021 PCPU_INC(cnt.v_io_faults); in vm_fault_hold()
HDvnode_pager.c742 PCPU_INC(cnt.v_vnodein);
743 PCPU_INC(cnt.v_vnodepgsin);
773 PCPU_INC(cnt.v_vnodein);
774 PCPU_INC(cnt.v_vnodepgsin);
944 PCPU_INC(cnt.v_vnodein);
1183 PCPU_INC(cnt.v_vnodeout); in vnode_pager_generic_putpages()
HDvm_pageout.c776 PCPU_INC(cnt.v_pdpages); in vm_pageout_object_deactivate_pages()
1000 PCPU_INC(cnt.v_pdpages); in vm_pageout_scan()
1126 PCPU_INC(cnt.v_dfree); in vm_pageout_scan()
1390 PCPU_INC(cnt.v_pdpages); in vm_pageout_scan()
/trueos/sys/arm/include/
HDpcpu.h118 #define PCPU_INC(member) PCPU_ADD(member, 1) macro
/trueos/sys/sparc64/include/
HDpcpu.h93 #define PCPU_INC(member) PCPU_ADD(member, 1) macro
/trueos/sys/powerpc/include/
HDpcpu.h159 #define PCPU_INC(member) PCPU_ADD(member, 1) macro
/trueos/sys/arm/arm/
HDintr.c144 PCPU_INC(cnt.v_intr); in arm_irq_handler()
HDundefined.c189 PCPU_INC(cnt.v_trap); in undefinedinstruction()
HDtrap.c207 PCPU_INC(cnt.v_trap); in abort_handler()
628 PCPU_INC(cnt.v_trap); in prefetch_abort_handler()
HDtrap-v6.c330 PCPU_INC(cnt.v_trap); in abort_handler()
/trueos/sys/ia64/include/
HDpcpu.h114 #define PCPU_INC(member) PCPU_ADD(member, 1) macro
/trueos/sys/kern/
HDkern_fork.c669 PCPU_INC(cnt.v_forks); in do_fork()
673 PCPU_INC(cnt.v_vforks); in do_fork()
677 PCPU_INC(cnt.v_kthreads); in do_fork()
681 PCPU_INC(cnt.v_rforks); in do_fork()
HDsubr_trap.c225 PCPU_INC(cnt.v_trap); in ast()
HDsubr_syscall.c61 PCPU_INC(cnt.v_syscall); in syscallenter()
HDkern_synch.c474 PCPU_INC(cnt.v_swtch); in mi_switch()
/trueos/sys/ia64/ia32/
HDia32_trap.c194 PCPU_INC(cnt.v_trap); in ia32_trap()
/trueos/sys/fs/smbfs/
HDsmbfs_io.c485 PCPU_INC(cnt.v_vnodein);
616 PCPU_INC(cnt.v_vnodeout);
/trueos/sys/powerpc/booke/
HDtrap.c144 PCPU_INC(cnt.v_trap); in trap()
/trueos/sys/x86/x86/
HDintr_machdep.c250 PCPU_INC(cnt.v_intr); in intr_execute_handlers()

12