Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h261 # define ATOMIC_INC(x) { mutex_enter(&ipf_rw); (x)++; \ macro
416 # define ATOMIC_INC(x) { MUTEX_ENTER(&ipf_rw); (x)++; \ macro
572 # define ATOMIC_INC(x) { MUTEX_ENTER(&ipf_rw); \ macro
582 # define ATOMIC_INC16 ATOMIC_INC
694 # define ATOMIC_INC(x) { simple_lock(&ipf_rw); (x)++; \ macro
929 # define ATOMIC_INC(x) { mtx_lock(&ipf_rw.ipf_lk); (x)++; \ macro
934 # define ATOMIC_INC64(x) ATOMIC_INC(x)
1299 # define ATOMIC_INC(x) { MUTEX_ENTER(&ipf_rw); (x)++; \ macro
1724 #ifndef ATOMIC_INC
1725 # define ATOMIC_INC(x) (x)++ macro
[all …]
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dip_htable.c679 ATOMIC_INC(nextiph->iph_ref);
701 ATOMIC_INC(nextnode->ipe_ref);
H A Dip_pool.c796 ATOMIC_INC(nextipo->ipo_ref);
819 ATOMIC_INC(nextnode->ipn_ref);
H A Dip_frag.c970 ATOMIC_INC(next->ipfr_ref);
H A Dip_auth.c891 ATOMIC_INC(next->fae_ref);
H A Dip_nat.c1659 ATOMIC_INC(ifs->ifs_nat_stats.ns_rules);
/titanic_44/usr/src/uts/sun4u/starfire/io/
H A Didn_smr.c701 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()
H A Didn_xf.c1053 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()
H A Didn_proto.c5131 ATOMIC_INC(dp->dcpuindex); in idn_send_data()
/titanic_44/usr/src/uts/sun4u/starfire/sys/
H A Didn.h1823 #define ATOMIC_INC(v) atomic_inc_32((uint_t *)&(v)) macro