Searched refs:xen_store (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c117 static struct xenstore_domain_interface *xen_store; variable in typeref:struct:xenstore_domain_interface
350 * XenStore reads and writes block on "xen_store" for buffer
373 wakeup(xen_store);
468 cons = xen_store->req_cons;
469 prod = xen_store->req_prod;
483 error = msleep(xen_store, &xs.ring_lock, PCATCH|PDROP,
495 xen_store->req_cons = xen_store->req_prod = 0;
499 dst = xs_get_output_chunk(cons, prod, xen_store->req, &avail);
514 xen_store
[all...]

Completed in 95 milliseconds