Searched refs:queue_reply (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/xen/xenfs/ |
D | xenbus.c | 179 static int queue_reply(struct list_head *queue, const void *data, size_t len) in queue_reply() function 281 ret = queue_reply(&staging_q, &hdr, sizeof(hdr)); in watch_fired() 283 ret = queue_reply(&staging_q, path, path_len); in watch_fired() 285 ret = queue_reply(&staging_q, token, tok_len); in watch_fired() 287 ret = queue_reply(&staging_q, vec[2], data_len); in watch_fired() 337 rc = queue_reply(&staging_q, &u->u.msg, sizeof(u->u.msg)); in xenbus_write_transaction() 339 rc = queue_reply(&staging_q, reply, u->u.msg.len); in xenbus_write_transaction() 412 rc = queue_reply(&u->read_buffers, &reply, sizeof(reply)); in xenbus_write_watch()
|