Searched refs:RSSTAT_INCR (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | svc_rdma.c | 191 #define RSSTAT_INCR(x) atomic_inc_64(&rdmarsstat.x.value.ui64) macro 464 RSSTAT_INCR(rscalls); in svc_rdma_krecv() 593 RSSTAT_INCR(rsxdrcall); in svc_rdma_krecv() 638 RSSTAT_INCR(rsbadcalls); in svc_rdma_krecv() 898 RSSTAT_INCR(rstotalreplies); in svc_rdma_ksend() 913 RSSTAT_INCR(rstotalinlinereplies); in svc_rdma_ksend() 946 RSSTAT_INCR(rstotallongreplies); in svc_rdma_ksend() 1190 RSSTAT_INCR(rsdupchecks); in svc_rdma_kdup() 1213 RSSTAT_INCR(rsdupreqs); in svc_rdma_kdup()
|
H A D | svc_cots.c | 158 #define RSSTAT_INCR(s, x) \ macro 367 RSSTAT_INCR(stats, rscalls); in svc_cots_krecv() 385 RSSTAT_INCR(stats, rsxdrcall); in svc_cots_krecv() 403 RSSTAT_INCR(stats, rsbadcalls); in svc_cots_krecv() 776 RSSTAT_INCR(stats, rsdupchecks); in svc_cots_kdup() 804 RSSTAT_INCR(stats, rsdupreqs); in svc_cots_kdup()
|
H A D | svc_clts.c | 150 #define RSSTAT_INCR(stats, x) \ macro 287 RSSTAT_INCR(stats, rscalls); in svc_clts_krecv() 395 RSSTAT_INCR(stats, rsxdrcall); in svc_clts_krecv() 419 RSSTAT_INCR(stats, rsbadcalls); in svc_clts_krecv() 810 RSSTAT_INCR(stats, rsdupchecks); in svc_clts_kdup() 832 RSSTAT_INCR(stats, rsdupreqs); in svc_clts_kdup()
|