Lines Matching refs:_x
1132 #define SCTP_STAT_INCR(_x) SCTP_STAT_INCR_BY(_x,1) argument
1133 #define SCTP_STAT_DECR(_x) SCTP_STAT_DECR_BY(_x,1) argument
1135 #define SCTP_STAT_INCR_BY(_x,_d) (SCTP_BASE_STATS[PCPU_GET(cpuid)]._x += _d) argument
1136 #define SCTP_STAT_DECR_BY(_x,_d) (SCTP_BASE_STATS[PCPU_GET(cpuid)]._x -= _d) argument
1138 #define SCTP_STAT_INCR_BY(_x,_d) atomic_add_int(&SCTP_BASE_STAT(_x), _d) argument
1139 #define SCTP_STAT_DECR_BY(_x,_d) atomic_subtract_int(&SCTP_BASE_STAT(_x), _d) argument
1142 #define SCTP_STAT_INCR_COUNTER32(_x) SCTP_STAT_INCR(_x) argument
1143 #define SCTP_STAT_INCR_COUNTER64(_x) SCTP_STAT_INCR(_x) argument
1144 #define SCTP_STAT_INCR_GAUGE32(_x) SCTP_STAT_INCR(_x) argument
1145 #define SCTP_STAT_DECR_COUNTER32(_x) SCTP_STAT_DECR(_x) argument
1146 #define SCTP_STAT_DECR_COUNTER64(_x) SCTP_STAT_DECR(_x) argument
1147 #define SCTP_STAT_DECR_GAUGE32(_x) SCTP_STAT_DECR(_x) argument