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

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h157 # define ATOMIC_INC(x) { mtx_lock(&softc->ipf_rw.ipf_lk); (x)++; \ macro
639 # define ATOMIC_INC(x) (x)++ macro

Completed in 55 milliseconds