Searched defs:ATOMIC_INC (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h256 # define ATOMIC_INC(x) { mutex_enter(&ipf_rw); (x)++; \ macro
411 # define ATOMIC_INC(x) { MUTEX_ENTER(&ipf_rw); (x)++; \ macro
567 # define ATOMIC_INC(x) { MUTEX_ENTER(&ipf_rw); \ macro
577 # define ATOMIC_INC16 ATOMIC_INC
689 # define ATOMIC_INC(x) { simple_lock(&ipf_rw); (x)++; \ macro
924 # define ATOMIC_INC(x) { mtx_lock(&ipf_rw.ipf_lk); (x)++; \ macro
929 # define ATOMIC_INC64(x) ATOMIC_INC(x)
1294 # define ATOMIC_INC(x) { MUTEX_ENTER(&ipf_rw); (x)++; \ macro
1719 #ifndef ATOMIC_INC
1720 # define ATOMIC_INC( macro
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h1823 #define ATOMIC_INC(v) atomic_inc_32((uint_t *)&(v)) macro

Completed in 87 milliseconds