Searched refs:FIFO_SIZE (Results 1 – 3 of 3) sorted by relevance
52 (head >= FIFO_SIZE-1) \60 ? head = FIFO_SIZE-1 \66 (tail >= FIFO_SIZE-1) \74 ? tail = FIFO_SIZE-1 \80 (peek >= FIFO_SIZE-1) \
363 #define FIFO_SIZE MAXCOLUMNS+2 /* for nocbreak mode input */ macro999 int _fifo[FIFO_SIZE]; /* input push-back buffer */1180 MEVENT _sysmouse_fifo[FIFO_SIZE];1190 MEVENT _drv_mouse_fifo[FIFO_SIZE];
330 && sp->_sysmouse_tail < FIFO_SIZE in sysmouse_server()