Searched refs:open_req (Results 1 – 2 of 2) sorted by relevance
38 struct open_request *open_req = kzalloc(send_len, GFP_KERNEL); in hmdfs_send_open() local41 .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()
179 struct completion open_req; member226 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()