Home
last modified time | relevance | path

Searched defs:client_statistic (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dsocket_adapter.h100 struct client_statistic { struct
101 unsigned long long snd_cnt; /* request send to server */
102 unsigned long long resp_cnt; /* response receive from server */
103 unsigned long long timeout_cnt; /* no respone from server */
104 unsigned long long delay_resp_cnt; /* delay response from server */
105 unsigned long long max; /* max waiting time */
106 unsigned long long total; /* total waiting time */
107 unsigned long long snd_fail_cnt; /* request send failed to server */