Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/xen/xenbus/
Dxenbus_dev_frontend.c189 static int queue_reply(struct list_head *queue, const void *data, size_t len) in queue_reply() function
290 ret = queue_reply(&staging_q, &hdr, sizeof(hdr)); in watch_fired()
292 ret = queue_reply(&staging_q, path, path_len); in watch_fired()
294 ret = queue_reply(&staging_q, token_caller, tok_len); in watch_fired()
397 rc = queue_reply(&staging_q, &req->msg, sizeof(req->msg)); in xenbus_dev_queue_reply()
399 rc = queue_reply(&staging_q, req->body, req->msg.len); in xenbus_dev_queue_reply()
436 rc = queue_reply(&u->read_buffers, &msg, sizeof(msg.hdr) + msg.hdr.len); in xenbus_command_reply()