staging_q         275 drivers/xen/xenbus/xenbus_dev_frontend.c 	LIST_HEAD(staging_q);
staging_q         290 drivers/xen/xenbus/xenbus_dev_frontend.c 	ret = queue_reply(&staging_q, &hdr, sizeof(hdr));
staging_q         292 drivers/xen/xenbus/xenbus_dev_frontend.c 		ret = queue_reply(&staging_q, path, path_len);
staging_q         294 drivers/xen/xenbus/xenbus_dev_frontend.c 		ret = queue_reply(&staging_q, token_caller, tok_len);
staging_q         298 drivers/xen/xenbus/xenbus_dev_frontend.c 		list_splice_tail(&staging_q, &adap->dev_data->read_buffers);
staging_q         301 drivers/xen/xenbus/xenbus_dev_frontend.c 		queue_cleanup(&staging_q);
staging_q         368 drivers/xen/xenbus/xenbus_dev_frontend.c 	LIST_HEAD(staging_q);
staging_q         397 drivers/xen/xenbus/xenbus_dev_frontend.c 	rc = queue_reply(&staging_q, &req->msg, sizeof(req->msg));
staging_q         399 drivers/xen/xenbus/xenbus_dev_frontend.c 		rc = queue_reply(&staging_q, req->body, req->msg.len);
staging_q         401 drivers/xen/xenbus/xenbus_dev_frontend.c 		list_splice_tail(&staging_q, &u->read_buffers);
staging_q         404 drivers/xen/xenbus/xenbus_dev_frontend.c 		queue_cleanup(&staging_q);