Home
last modified time | relevance | path

Searched refs:s_server_statis (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/comm/
H A Dsocket_adapter.h101 sbi->s_server_statis[cmd].cnt++; in hmdfs_statistic()
102 sbi->s_server_statis[cmd].total += jiff; in hmdfs_statistic()
103 if (jiff > sbi->s_server_statis[cmd].max) in hmdfs_statistic()
104 sbi->s_server_statis[cmd].max = jiff; in hmdfs_statistic()
112 ret ? sbi->s_server_statis[cmd].snd_fail_cnt++ : in hmdfs_server_snd_statis()
113 sbi->s_server_statis[cmd].snd_cnt++; in hmdfs_server_snd_statis()
H A Ddevice_node.c361 struct server_statistic *stat = to_sbi(kobj)->s_server_statis; in server_statistic_show()
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H A Dsocket_adapter.h101 sbi->s_server_statis[cmd].cnt++; in hmdfs_statistic()
102 sbi->s_server_statis[cmd].total += jiff; in hmdfs_statistic()
103 if (jiff > sbi->s_server_statis[cmd].max) in hmdfs_statistic()
104 sbi->s_server_statis[cmd].max = jiff; in hmdfs_statistic()
112 ret ? sbi->s_server_statis[cmd].snd_fail_cnt++ : in hmdfs_server_snd_statis()
113 sbi->s_server_statis[cmd].snd_cnt++; in hmdfs_server_snd_statis()
H A Ddevice_node.c361 struct server_statistic *stat = to_sbi(kobj)->s_server_statis; in server_statistic_show()
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dmain.c305 kfree(sbi->s_server_statis); in hmdfs_put_super()
720 sbi->s_server_statis = in hmdfs_init_sbi()
721 kzalloc(sizeof(*sbi->s_server_statis) * F_SIZE, GFP_KERNEL); in hmdfs_init_sbi()
724 if (!sbi->s_server_statis || !sbi->s_client_statis) { in hmdfs_init_sbi()
997 kfree(sbi->s_server_statis); in hmdfs_fill_super()
H A Dhmdfs.h153 struct server_statistic *s_server_statis; member
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dmain.c305 kfree(sbi->s_server_statis); in hmdfs_put_super()
720 sbi->s_server_statis = in hmdfs_init_sbi()
721 kzalloc(sizeof(*sbi->s_server_statis) * F_SIZE, GFP_KERNEL); in hmdfs_init_sbi()
724 if (!sbi->s_server_statis || !sbi->s_client_statis) { in hmdfs_init_sbi()
998 kfree(sbi->s_server_statis); in hmdfs_fill_super()
H A Dhmdfs.h153 struct server_statistic *s_server_statis; member

Completed in 11 milliseconds