Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dprotocol.h67 struct sendmsg_wait_queue { struct
68 struct hmdfs_msg_idr_head head;
69 wait_queue_head_t response_q;
70 struct list_head async_msg;
71 atomic_t valid;
72 __u32 size;
73 void *buf;
74 __u32 ret;
75 unsigned long start;
76 struct file_recv_info recv_info;