Searched refs:rpc_rdma_client_kstat (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/nfs/nfsstat/ |
H A D | nfsstat.c | 73 static kstat_t *rpc_rdma_client_kstat, *rpc_rdma_server_kstat; variable 344 if (rpc_rdma_client_kstat != NULL) { in getstats_rpc() 345 safe_kstat_read(kc, rpc_rdma_client_kstat, NULL); in getstats_rpc() 346 field_width = stat_width(rpc_rdma_client_kstat, field_width); in getstats_rpc() 468 if (rpc_rdma_client_kstat != NULL) in putstats() 469 safe_kstat_write(kc, rpc_rdma_client_kstat, NULL); in putstats() 520 rpc_rdma_client_kstat = kstat_lookup(kc, "unix", 0, "rpc_rdma_client"); in setup() 612 stat_print("RDMA based:", rpc_rdma_client_kstat, in cr_print()
|