Home
last modified time | relevance | path

Searched refs:ATOMIC_INC (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libspl/asm-generic/
H A Datomic.c43 #define ATOMIC_INC(name, type) \ macro
51 ATOMIC_INC(8, uint8_t)
52 ATOMIC_INC(uchar, uchar_t) in ATOMIC_INC() function
53 ATOMIC_INC(16, uint16_t) in ATOMIC_INC()
54 ATOMIC_INC(ushort, ushort_t) in ATOMIC_INC()
55 ATOMIC_INC(32, uint32_t) in ATOMIC_INC()
56 ATOMIC_INC(uint, uint_t) in ATOMIC_INC()
57 ATOMIC_INC(ulong, ulong_t) in ATOMIC_INC()
58 ATOMIC_INC(64, uint64_t) in ATOMIC_INC()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h162 # define ATOMIC_INC(x) { mtx_lock(&softc->ipf_rw.ipf_lk); (x)++; \ macro
167 # define ATOMIC_INC64(x) ATOMIC_INC(x)
643 #ifndef ATOMIC_INC
644 # define ATOMIC_INC(x) (x)++ macro
659 # define ATOMIC_INCL ATOMIC_INC
660 # define ATOMIC_INC64 ATOMIC_INC
661 # define ATOMIC_INC32 ATOMIC_INC
H A Dip_htable.c1255 ATOMIC_INC(nextiph->iph_ref);
1281 ATOMIC_INC(nextnode->ipe_ref);
H A Dip_auth.c918 ATOMIC_INC(next->fae_ref);
H A Dip_frag.c1247 ATOMIC_INC(next->ipfr_ref);