Home | History | Annotate | Download | only in xenbus

Lines Matching defs:intf

122 	struct xenstore_domain_interface *intf = xenstore_domain_interface();
130 while ((intf->req_prod - intf->req_cons) == XENSTORE_RING_SIZE) {
137 cons = intf->req_cons;
138 prod = intf->req_prod;
145 dst = get_output_chunk(cons, prod, intf->req, &avail);
157 intf->req_prod += avail;
169 struct xenstore_domain_interface *intf = xenstore_domain_interface();
178 while (intf->rsp_cons == intf->rsp_prod)
182 cons = intf->rsp_cons;
183 prod = intf->rsp_prod;
191 src = get_input_chunk(cons, prod, intf->rsp, &avail);
206 intf->rsp_cons += avail;