Searched refs:queue_reply (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/xen/xenbus/ |
D | xenbus_dev_frontend.c | 183 static int queue_reply(struct list_head *queue, const void *data, size_t len) in queue_reply() function 284 ret = queue_reply(&staging_q, &hdr, sizeof(hdr)); in watch_fired() 286 ret = queue_reply(&staging_q, path, path_len); in watch_fired() 288 ret = queue_reply(&staging_q, token_caller, tok_len); in watch_fired() 379 rc = queue_reply(&staging_q, &req->msg, sizeof(req->msg)); in xenbus_dev_queue_reply() 381 rc = queue_reply(&staging_q, req->body, req->msg.len); in xenbus_dev_queue_reply() 418 rc = queue_reply(&u->read_buffers, &msg, sizeof(msg.hdr) + msg.hdr.len); in xenbus_command_reply()
|