Symbol: ATOMIC_INC
usr/src/tools/smatch/src/check_atomic_inc_dec.c
129
if (inc_dec == ATOMIC_INC) {
usr/src/tools/smatch/src/check_atomic_inc_dec.c
196
db_inc_dec(expr, param, key, ATOMIC_INC);
usr/src/tools/smatch/src/check_atomic_inc_dec.c
208
db_inc_dec(expr, 0, "$->counter", ATOMIC_INC);
usr/src/tools/smatch/src/check_atomic_inc_dec.c
227
db_inc_dec(expr, 1, "$->counter", ATOMIC_INC);
usr/src/tools/smatch/src/check_atomic_inc_dec.c
237
db_inc_dec(expr, PTR_INT(param), "$->ref.counter", ATOMIC_INC);
usr/src/tools/smatch/src/check_atomic_inc_dec.c
247
db_inc_dec(expr, PTR_INT(param), "$->power.usage_count.counter", ATOMIC_INC);
usr/src/tools/smatch/src/check_atomic_inc_dec.c
253
db_inc_dec(call_expr, PTR_INT(param), "$->ref.counter", ATOMIC_INC);
usr/src/tools/smatch/src/check_atomic_inc_dec.c
295
(sm->state == &inc) ? ATOMIC_INC : ATOMIC_DEC,
usr/src/tools/smatch/src/check_atomic_inc_dec.c
437
select_return_states_hook(ATOMIC_INC, &db_inc);
usr/src/uts/common/inet/ipf/ip_auth.c
891
ATOMIC_INC(next->fae_ref);
usr/src/uts/common/inet/ipf/ip_frag.c
953
ATOMIC_INC(next->ipfr_ref);
usr/src/uts/common/inet/ipf/ip_htable.c
678
ATOMIC_INC(nextiph->iph_ref);
usr/src/uts/common/inet/ipf/ip_htable.c
700
ATOMIC_INC(nextnode->ipe_ref);
usr/src/uts/common/inet/ipf/ip_nat.c
1659
ATOMIC_INC(ifs->ifs_nat_stats.ns_rules);
usr/src/uts/common/inet/ipf/ip_pool.c
796
ATOMIC_INC(nextipo->ipo_ref);
usr/src/uts/common/inet/ipf/ip_pool.c
819
ATOMIC_INC(nextnode->ipn_ref);
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1726
#ifndef ATOMIC_INC
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1742
# define ATOMIC_INCL ATOMIC_INC
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1743
# define ATOMIC_INC64 ATOMIC_INC
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1744
# define ATOMIC_INC32 ATOMIC_INC
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1745
# define ATOMIC_INC16 ATOMIC_INC
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
583
# define ATOMIC_INC16 ATOMIC_INC
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
935
# define ATOMIC_INC64(x) ATOMIC_INC(x)