Lines Matching refs:stat
258 conn_impl->stat.send_message_count,
259 conn_impl->stat.send_bytes);
262 conn_impl->stat.recv_message_count,
263 conn_impl->stat.recv_bytes);
284 conn_impl->stat.send_message_count = 0;
285 conn_impl->stat.send_bytes = 0;
286 conn_impl->stat.recv_message_count = 0;
287 conn_impl->stat.recv_bytes = 0;
361 struct server_statistic *stat = to_sbi(kobj)->s_server_statis;
367 stat[i].cnt,
368 jiffies_to_msecs(stat[i].max),
369 stat[i].snd_cnt, stat[i].snd_fail_cnt);
391 struct client_statistic *stat = to_sbi(kobj)->s_client_statis;
397 stat[i].snd_cnt,
398 stat[i].snd_fail_cnt,
399 stat[i].resp_cnt,
400 stat[i].timeout_cnt,
401 stat[i].delay_resp_cnt,
402 jiffies_to_msecs(stat[i].max));