Searched refs:queue_reply (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/xen/xenbus/ |
D | xenbus_dev_frontend.c | 185 static int queue_reply(struct list_head *queue, const void *data, size_t len) in queue_reply() function 287 ret = queue_reply(&staging_q, &hdr, sizeof(hdr)); in watch_fired() 289 ret = queue_reply(&staging_q, path, path_len); in watch_fired() 291 ret = queue_reply(&staging_q, token, tok_len); in watch_fired() 293 ret = queue_reply(&staging_q, vec[2], data_len); in watch_fired() 346 rc = queue_reply(&staging_q, &u->u.msg, sizeof(u->u.msg)); in xenbus_write_transaction() 348 rc = queue_reply(&staging_q, reply, u->u.msg.len); in xenbus_write_transaction() 425 rc = queue_reply(&u->read_buffers, &reply, sizeof(reply)); in xenbus_write_watch()
|