Searched refs:MASK_XENCONS_IDX (Results 1 – 2 of 2) sorted by relevance
15 #define MASK_XENCONS_IDX(idx, ring) ((idx) & (sizeof(ring)-1)) macro
98 intf->out[MASK_XENCONS_IDX(prod++, intf->out)] = data[sent++]; in __write_console()159 buf[recv++] = intf->in[MASK_XENCONS_IDX(cons++, intf->in)]; in domU_read_console()
Completed in 4 milliseconds