Searched refs:atomic_add_long (Results 1 - 22 of 22) sorted by relevance

/netbsd-6-1-5-RELEASE/common/lib/libc/atomic/
H A Datomic_add_32_cas.c55 #undef atomic_add_long macro
56 atomic_op_alias(atomic_add_long,_atomic_add_32)
H A Datomic_add_64_cas.c53 #undef atomic_add_long macro
54 atomic_op_alias(atomic_add_long,_atomic_add_64)
H A Datomic_op_namespace.h41 #define atomic_add_long _atomic_add_long macro
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/m68k/atomic/
H A Datomic_add.S45 ATOMIC_OP_ALIAS(atomic_add_long,_atomic_add_32)
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/powerpc64/atomic/
H A Datomic_add.S45 ATOMIC_OP_ALIAS(atomic_add_long,_atomic_add_64)
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/arm/atomic/
H A Datomic_add_32.S47 ATOMIC_OP_ALIAS(atomic_add_long,_atomic_add_32)
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/powerpc/atomic/
H A Datomic_add.S48 ATOMIC_OP_ALIAS(atomic_add_long,_atomic_add_32)
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/sparc64/atomic/
H A Datomic_add.S68 ATOMIC_OP_ALIAS_SIZE(atomic_add_long,_atomic_add)
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/alpha/atomic/
H A Datomic_add.S70 ATOMIC_OP_ALIAS(atomic_add_long,_atomic_add_64)
/netbsd-6-1-5-RELEASE/lib/libc/atomic/
H A DMakefile.inc13 atomic_add.3 atomic_add_long.3 \
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_uidinfo.c137 atomic_add_long((long *)&uip->ui_sbsize, -diff);
/netbsd-6-1-5-RELEASE/sys/sys/
H A Datomic.h46 void atomic_add_long(volatile unsigned long *, long);
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/mips/atomic/
H A Datomic_add.S119 ATOMIC_OP_ALIAS(atomic_add_long, _atomic_add_long)
/netbsd-6-1-5-RELEASE/sys/arch/alpha/common/
H A Dshared_intr.c105 atomic_add_long(&intr[num].intr_evcnt.ev_count, 1);
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/ia64/atomic/
H A Datomic.S139 ALIAS(atomic_add_long,_atomic_add_64)
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Datomic.h252 #define atomic_add_long atomic_add_64 macro
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_compat.h240 # define ATOMIC_INCL(x) atomic_add_long((uint32_t*)&(x), 1)
241 # define ATOMIC_DECL(x) atomic_add_long((uint32_t*)&(x), -1)
243 # define ATOMIC_INCL(x) atomic_add_long(&(x), 1)
244 # define ATOMIC_DECL(x) atomic_add_long(&(x), -1)
1021 # define ATOMIC_INCL(x) atomic_add_long(&(x), 1)
1025 # define ATOMIC_DECL(x) atomic_add_long(&(x), -1)
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/i386/atomic/
H A Datomic.S259 ALIAS(atomic_add_long,_atomic_add_32)
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/x86_64/atomic/
H A Datomic.S271 ALIAS(atomic_add_long,_atomic_add_64)
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpkern/
H A Dvm.c1173 atomic_add_long(&curphysmem, -size);
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dpmap.c734 #define PMAP_STAT_INCR(s, v) atomic_add_long((unsigned long *)(&(s)), (v))
735 #define PMAP_STAT_DECR(s, v) atomic_add_long((unsigned long *)(&(s)), -(v))
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dpmap.c591 atomic_add_long(&pmap->pm_stats.resident_count, resid_diff);
592 atomic_add_long(&pmap->pm_stats.wired_count, wired_diff);

Completed in 125 milliseconds