Searched refs:rings (Results 1 – 4 of 4) sorted by relevance
78 ASSERT(rings != NULL); in xenbus_shutdown()93 rings->req_cons = rings->req_prod = 0; in xenbus_shutdown()94 rings->rsp_cons = rings->rsp_prod = 0; in xenbus_shutdown()101 rings = NULL; in xenbus_shutdown()115 MASK_XENSTORE_IDX(rings->req_prod - rings->req_cons)) == 0 ) in ring_write()124 memcpy(rings->req + MASK_XENSTORE_IDX(rings->req_prod), in ring_write()127 rings->req_prod += part; in ring_write()150 if ( rings->rsp_prod - rings->rsp_cons == XENSTORE_RING_SIZE ) in ring_read()165 rings->rsp + MASK_XENSTORE_IDX(rings->rsp_cons), part); in ring_read()167 rings->rsp_cons += part; in ring_read()[all …]
6 # to register single-sender (unicast) rings to partner with any domain;7 # to register any-sender (wildcard) rings that can be sent to by any domain;8 # and send messages to rings.
82 # Perodically scanning all the rings as a safenet for lazy clients.
537 (* scan all the xs rings as a safenet for ill-behaved clients *)
Completed in 11 milliseconds