Searched refs:xen_store (Results 1 – 1 of 1) sorted by relevance
114 static struct xenstore_domain_interface *xen_store; variable370 wakeup(xen_store); in xs_intr()465 cons = xen_store->req_cons; in xs_write_store()466 prod = xen_store->req_prod; in xs_write_store()480 error = msleep(xen_store, &xs.ring_lock, PCATCH|PDROP, in xs_write_store()492 xen_store->req_cons = xen_store->req_prod = 0; in xs_write_store()496 dst = xs_get_output_chunk(cons, prod, xen_store->req, &avail); in xs_write_store()511 xen_store->req_prod += avail; in xs_write_store()553 cons = xen_store->rsp_cons; in xs_read_store()554 prod = xen_store->rsp_prod; in xs_read_store()[all …]