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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/xen/
H A Devtchn.c60 #define EVTCHN_RING_SIZE (PAGE_SIZE / sizeof(evtchn_port_t)) macro
61 #define EVTCHN_RING_MASK(_i) ((_i)&(EVTCHN_RING_SIZE-1))
87 if ((u->ring_prod - u->ring_cons) < EVTCHN_RING_SIZE) {
144 if (((c ^ p) & EVTCHN_RING_SIZE) != 0) {
145 bytes1 = (EVTCHN_RING_SIZE - EVTCHN_RING_MASK(c)) *
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/xen/
H A Devtchn.c60 #define EVTCHN_RING_SIZE (PAGE_SIZE / sizeof(evtchn_port_t)) macro
61 #define EVTCHN_RING_MASK(_i) ((_i)&(EVTCHN_RING_SIZE-1))
87 if ((u->ring_prod - u->ring_cons) < EVTCHN_RING_SIZE) {
144 if (((c ^ p) & EVTCHN_RING_SIZE) != 0) {
145 bytes1 = (EVTCHN_RING_SIZE - EVTCHN_RING_MASK(c)) *

Completed in 75 milliseconds