Searched defs:rpc_iostats (Results 1 – 2 of 2) sorted by relevance
49872 struct rpc_iostats { struct49873 spinlock_t om_lock;49874 long unsigned int om_ops;49875 long unsigned int om_ntrans;49876 long unsigned int om_timeouts;49877 long long unsigned int om_bytes_sent;49878 long long unsigned int om_bytes_recv;49879 ktime_t om_queue;49880 ktime_t om_rtt;49881 ktime_t om_execute;[all …]