Searched refs:ATOMIC_INC (Results 1 – 10 of 10) sorted by relevance
261 # define ATOMIC_INC(x) { mutex_enter(&ipf_rw); (x)++; \ macro416 # define ATOMIC_INC(x) { MUTEX_ENTER(&ipf_rw); (x)++; \ macro572 # define ATOMIC_INC(x) { MUTEX_ENTER(&ipf_rw); \ macro582 # define ATOMIC_INC16 ATOMIC_INC694 # define ATOMIC_INC(x) { simple_lock(&ipf_rw); (x)++; \ macro929 # define ATOMIC_INC(x) { mtx_lock(&ipf_rw.ipf_lk); (x)++; \ macro934 # define ATOMIC_INC64(x) ATOMIC_INC(x)1299 # define ATOMIC_INC(x) { MUTEX_ENTER(&ipf_rw); (x)++; \ macro1724 #ifndef ATOMIC_INC1725 # define ATOMIC_INC(x) (x)++ macro[all …]
679 ATOMIC_INC(nextiph->iph_ref);701 ATOMIC_INC(nextnode->ipe_ref);
796 ATOMIC_INC(nextipo->ipo_ref);819 ATOMIC_INC(nextnode->ipn_ref);
970 ATOMIC_INC(next->ipfr_ref);
891 ATOMIC_INC(next->fae_ref);
1659 ATOMIC_INC(ifs->ifs_nat_stats.ns_rules);
701 ATOMIC_INC(dp->dio); in smr_buf_alloc()785 ATOMIC_INC(idn_domain[domid].dioerr); in smr_buf_free()1927 ATOMIC_INC(idn.slabpool->pool[p].nfree); in smr_slab_unreserve()
1053 ATOMIC_INC(idnxf_cic_info.xf_errcnt); in idnxf_shmem_update_one()1109 ATOMIC_INC(idnxf_cic_info.xf_errcnt); in idnxf_shmem_update_one()
5131 ATOMIC_INC(dp->dcpuindex); in idn_send_data()
1823 #define ATOMIC_INC(v) atomic_inc_32((uint_t *)&(v)) macro