Home
last modified time | relevance | path

Searched refs:s_client_statis (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dmain.c282 kfree(sbi->s_client_statis); in hmdfs_put_super()
697 sbi->s_client_statis = in hmdfs_init_sbi()
698 kzalloc(sizeof(*sbi->s_client_statis) * F_SIZE, GFP_KERNEL); in hmdfs_init_sbi()
699 if (!sbi->s_server_statis || !sbi->s_client_statis) { in hmdfs_init_sbi()
757 sbi->s_client_statis[cmd].delay_resp_cnt++; in hmdfs_client_resp_statis()
760 sbi->s_client_statis[cmd].timeout_cnt++; in hmdfs_client_resp_statis()
764 sbi->s_client_statis[cmd].total += duration; in hmdfs_client_resp_statis()
765 sbi->s_client_statis[cmd].resp_cnt++; in hmdfs_client_resp_statis()
766 if (sbi->s_client_statis[cmd].max < duration) in hmdfs_client_resp_statis()
767 sbi->s_client_statis[cmd].max = duration; in hmdfs_client_resp_statis()
[all …]
Dhmdfs.h146 struct client_statistic *s_client_statis; member
/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dsocket_adapter.h137 ret ? sbi->s_client_statis[cmd].snd_fail_cnt++ : in hmdfs_client_snd_statis()
138 sbi->s_client_statis[cmd].snd_cnt++; in hmdfs_client_snd_statis()
Ddevice_node.c441 struct client_statistic *stat = to_sbi(kobj)->s_client_statis; in client_statistic_show()