Searched defs:rpc_iostats (Results 1 – 4 of 4) sorted by relevance
54821 struct rpc_iostats { struct54822 spinlock_t om_lock;54823 long unsigned int om_ops;54824 long unsigned int om_ntrans;54825 long unsigned int om_timeouts;54826 long long unsigned int om_bytes_sent;54827 long long unsigned int om_bytes_recv;54828 ktime_t om_queue;54829 ktime_t om_rtt;54830 ktime_t om_execute;[all …]
45069 struct rpc_iostats { struct45070 spinlock_t om_lock;45071 long unsigned int om_ops;45072 long unsigned int om_ntrans;45073 long unsigned int om_timeouts;45074 long long unsigned int om_bytes_sent;45075 long long unsigned int om_bytes_recv;45076 ktime_t om_queue;45077 ktime_t om_rtt;45078 ktime_t om_execute;[all …]