Home
last modified time | relevance | path

Searched refs:open_req (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_client.c38 struct open_request *open_req = kzalloc(send_len, GFP_KERNEL); in hmdfs_send_open() local
41 .data = open_req, in hmdfs_send_open()
46 if (!open_req) { in hmdfs_send_open()
50 open_req->file_type = file_type; in hmdfs_send_open()
51 open_req->path_len = cpu_to_le32(path_len); in hmdfs_send_open()
52 strcpy(open_req->buf, send_buf); in hmdfs_send_open()
54 kfree(open_req); in hmdfs_send_open()
/kernel/linux/linux-5.10/drivers/rpmsg/
Dqcom_glink_native.c179 struct completion open_req; member
226 init_completion(&channel->open_req); in qcom_glink_alloc_channel()
1073 ret = wait_for_completion_timeout(&channel->open_req, 5 * HZ); in qcom_glink_create_local()
1417 complete_all(&channel->open_req); in qcom_glink_rx_open()