Home
last modified time | relevance | path

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

12

/NextBSD/sys/i386/include/
HDpcpu.h72 #define PCPU_INC(member) PCPU_ADD(member, 1) macro
192 #define PCPU_INC(member) __PCPU_INC(pc_ ## member) macro
/NextBSD/sys/amd64/include/
HDpcpu.h82 #define PCPU_INC(member) PCPU_ADD(member, 1) macro
207 #define PCPU_INC(member) __PCPU_INC(pc_ ## member) macro
/NextBSD/sys/vm/
HDvm_fault.c298 PCPU_INC(cnt.v_vm_faults); in vm_fault_hold()
479 PCPU_INC(cnt.v_intrans); in vm_fault_hold()
739 PCPU_INC(cnt.v_ozfod); in vm_fault_hold()
741 PCPU_INC(cnt.v_zfod); in vm_fault_hold()
840 PCPU_INC(cnt.v_cow_optim); in vm_fault_hold()
876 PCPU_INC(cnt.v_cow_faults); in vm_fault_hold()
995 PCPU_INC(cnt.v_io_faults); in vm_fault_hold()
HDvnode_pager.c787 PCPU_INC(cnt.v_vnodein); in vnode_pager_generic_getpages()
788 PCPU_INC(cnt.v_vnodepgsin); in vnode_pager_generic_getpages()
806 PCPU_INC(cnt.v_vnodein); in vnode_pager_generic_getpages()
807 PCPU_INC(cnt.v_vnodepgsin); in vnode_pager_generic_getpages()
979 PCPU_INC(cnt.v_vnodein); in vnode_pager_generic_getpages()
1245 PCPU_INC(cnt.v_vnodeout); in vnode_pager_generic_putpages()
HDvm_pageout.c852 PCPU_INC(cnt.v_pdpages); in vm_pageout_object_deactivate_pages()
1179 PCPU_INC(cnt.v_pdpages); in vm_pageout_scan()
1309 PCPU_INC(cnt.v_dfree); in vm_pageout_scan()
1465 PCPU_INC(cnt.v_pdpages); in vm_pageout_scan()
HDswap_pager.c1149 PCPU_INC(cnt.v_swapin); in swap_pager_getpages()
1181 PCPU_INC(cnt.v_intrans); in swap_pager_getpages()
1374 PCPU_INC(cnt.v_swapout); in swap_pager_putpages()
/NextBSD/sys/mips/include/
HDintr_machdep.h73 PCPU_INC(cnt.v_intr); in mips_intrcnt_inc()
HDpcpu.h70 #define PCPU_INC(member) PCPU_ADD(member, 1) macro
/NextBSD/sys/riscv/include/
HDpcpu.h68 #define PCPU_INC(member) PCPU_ADD(member, 1) macro
/NextBSD/sys/arm64/include/
HDpcpu.h70 #define PCPU_INC(member) PCPU_ADD(member, 1) macro
/NextBSD/sys/arm/include/
HDpcpu.h121 #define PCPU_INC(member) PCPU_ADD(member, 1) macro
/NextBSD/sys/sparc64/include/
HDpcpu.h94 #define PCPU_INC(member) PCPU_ADD(member, 1) macro
/NextBSD/sys/kern/
HDkern_fork.c658 PCPU_INC(cnt.v_forks); in do_fork()
662 PCPU_INC(cnt.v_vforks); in do_fork()
666 PCPU_INC(cnt.v_kthreads); in do_fork()
670 PCPU_INC(cnt.v_rforks); in do_fork()
HDsubr_trap.c221 PCPU_INC(cnt.v_trap); in ast()
HDsubr_syscall.c60 PCPU_INC(cnt.v_syscall); in syscallenter()
HDkern_synch.c461 PCPU_INC(cnt.v_swtch); in mi_switch()
/NextBSD/sys/powerpc/include/
HDpcpu.h167 #define PCPU_INC(member) PCPU_ADD(member, 1) macro
/NextBSD/sys/arm/arm/
HDintr.c187 PCPU_INC(cnt.v_intr); in intr_irq_handler()
HDtrap.c213 PCPU_INC(cnt.v_trap); in abort_handler()
635 PCPU_INC(cnt.v_trap); in prefetch_abort_handler()
HDundefined.c203 PCPU_INC(cnt.v_trap); in undefinedinstruction()
HDtrap-v6.c353 PCPU_INC(cnt.v_trap); in abort_handler()
/NextBSD/sys/fs/smbfs/
HDsmbfs_io.c473 PCPU_INC(cnt.v_vnodein);
598 PCPU_INC(cnt.v_vnodeout);
/NextBSD/sys/x86/x86/
HDintr_machdep.c259 PCPU_INC(cnt.v_intr); in intr_execute_handlers()
/NextBSD/sys/sparc64/sparc64/
HDtrap.c270 PCPU_INC(cnt.v_trap); in trap()
/NextBSD/sys/powerpc/powerpc/
HDtrap.c168 PCPU_INC(cnt.v_trap);

12