Searched refs:atomic_add_rel_int (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/sys/arm/include/
H A Datomic.h80 #define atomic_add_rel_int atomic_add_rel_32 macro
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld_lock.c181 atomic_add_rel_int(&l->lock, -RC_INCR);
183 atomic_add_rel_int(&l->lock, -WAFLAG);
/freebsd-13-stable/sys/net/
H A Dbpf_zerocopy.c370 atomic_add_rel_int(&zb->zb_header->bzh_kernel_gen, 1);
397 atomic_add_rel_int(&zb->zb_header->bzh_kernel_gen, 1);
/freebsd-13-stable/sys/kern/
H A Dsubr_devstat.c247 atomic_add_rel_int(&ds->sequence0, 1);
343 atomic_add_rel_int(&ds->sequence0, 1);
H A Dsubr_smp.c538 atomic_add_rel_int(&smp_rv_waiters[3], 1);
H A Dkern_intr.c1403 atomic_add_rel_int(&ie->ie_active[phase], -1);
H A Dkern_tc.c1287 atomic_add_rel_int(&rtc_generation, 2);
/freebsd-13-stable/sys/amd64/include/
H A Datomic.h533 #define atomic_add_rel_int atomic_add_barr_int macro
611 #define atomic_add_rel_32 atomic_add_rel_int
/freebsd-13-stable/sys/powerpc/include/
H A Datomic.h150 #define atomic_add_rel_32 atomic_add_rel_int
163 #define atomic_add_rel_ptr atomic_add_rel_int
/freebsd-13-stable/lib/libc/gen/
H A Dsem.c444 atomic_add_rel_int(&(*sem)->count, 1);
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_clip.c353 atomic_add_rel_int(&in6_ifaddr_gen, 1);
/freebsd-13-stable/sys/i386/include/
H A Datomic.h788 #define atomic_add_rel_int atomic_add_barr_int macro
866 #define atomic_add_rel_32 atomic_add_rel_int
918 atomic_add_rel_int((volatile u_int *)(p), (u_int)(v))
/freebsd-13-stable/sys/riscv/include/
H A Datomic.h290 #define atomic_add_rel_int atomic_add_rel_32 macro
/freebsd-13-stable/sys/sys/
H A Datomic_san.h165 #define atomic_add_rel_int kcsan_atomic_add_rel_int macro
/freebsd-13-stable/sys/mips/include/
H A Datomic.h656 #define atomic_add_rel_int atomic_add_rel_32 macro
/freebsd-13-stable/sys/arm64/include/
H A Datomic.h516 #define atomic_add_rel_int atomic_add_rel_32 macro
/freebsd-13-stable/sys/netinet/
H A Dtcp_syncache.c2438 atomic_add_rel_int(&sc->secret.oddeven, 1);
/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c3214 atomic_add_rel_int(&pmc_ss_count, 1);

Completed in 247 milliseconds