OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsp_cons
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/xen/xenbus/
xenbus_comms.c
178
while (intf->
rsp_cons
== intf->rsp_prod)
182
cons = intf->
rsp_cons
;
206
intf->
rsp_cons
+= avail;
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
xs_wire.h
124
XENSTORE_RING_IDX
rsp_cons
, rsp_prod;
member in struct:xenstore_domain_interface
ring.h
137
RING_IDX
rsp_cons
; \
180
(_r)->
rsp_cons
= 0; \
198
(RING_SIZE(_r) - ((_r)->req_prod_pvt - (_r)->
rsp_cons
))
208
((_r)->sring->rsp_prod - (_r)->
rsp_cons
)
326
(_r)->sring->rsp_event = (_r)->
rsp_cons
+ 1; \
/src/sys/arch/xen/xen/
if_xennet_xenbus.c
504
while (sc->sc_tx_ring.sring->rsp_prod != sc->sc_tx_ring.
rsp_cons
) {
723
while (sc->sc_tx_ring.sring->rsp_prod != sc->sc_tx_ring.
rsp_cons
) {
947
sc->sc_tx_ring.sring->rsp_prod, sc->sc_tx_ring.
rsp_cons
));
953
for (i = sc->sc_tx_ring.
rsp_cons
; i != resp_prod; i++) {
978
sc->sc_tx_ring.
rsp_cons
= resp_prod;
979
/* set new event and check for race with
rsp_cons
update */
1015
sc->sc_rx_ring.sring->rsp_prod, sc->sc_rx_ring.
rsp_cons
));
1022
for (i = sc->sc_rx_ring.
rsp_cons
; i != resp_prod; i++) {
1087
sc->sc_rx_ring.
rsp_cons
= i;
1337
sc->sc_rx_ring.
rsp_cons
+ 1
[
all
...]
xbd_xenbus.c
814
for (i = sc->sc_ring.
rsp_cons
; i != resp_prod; i++) {
909
sc->sc_ring.
rsp_cons
= i;
/src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front_evtchnl.c
46
for (i = evtchnl->u.req.ring.
rsp_cons
; i != rp; i++) {
69
evtchnl->u.req.ring.
rsp_cons
= i;
Completed in 14 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025