Home
last modified time | relevance | path

Searched refs:notify_param (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Ddevice_node.h52 struct notify_param { struct
79 void notify(struct hmdfs_peer *node, struct notify_param *param);
Ddevice_node.c136 struct notify_param param; in sbi_cmd_show()
1615 void notify(struct hmdfs_peer *node, struct notify_param *param) in notify()
1624 kfifo_in(&sbi->notify_fifo, param, sizeof(struct notify_param)); in notify()
1626 if (in_len != sizeof(struct notify_param)) in notify()
Dtransport.c1033 struct notify_param param; in hmdfs_get_connection()
1045 struct notify_param param; in connection_notify_to_close()
Dsocket_adapter.c152 struct notify_param param; in hmdfs_sendmessage()
Dconnection.c571 struct notify_param param; in connection_handshake_notify()