Searched refs:rpc_rdma_client_kstat (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c74 static kstat_t *rpc_rdma_client_kstat, *rpc_rdma_server_kstat; variable
345 if (rpc_rdma_client_kstat != NULL) {
346 safe_kstat_read(kc, rpc_rdma_client_kstat, NULL);
347 field_width = stat_width(rpc_rdma_client_kstat, field_width);
469 if (rpc_rdma_client_kstat != NULL)
470 safe_kstat_write(kc, rpc_rdma_client_kstat, NULL);
521 rpc_rdma_client_kstat = kstat_lookup(kc, "unix", 0, "rpc_rdma_client");
613 stat_print("RDMA based:", rpc_rdma_client_kstat,

Completed in 63 milliseconds