Searched refs:_drv_mouse_tail (Results 1 – 4 of 4) sorted by relevance
822 while (sp->_drv_mouse_head < sp->_drv_mouse_tail) { in _nc_mouse_event()830 if (sp->_drv_mouse_head == sp->_drv_mouse_tail) { in _nc_mouse_event()831 sp->_drv_mouse_tail = 0; in _nc_mouse_event()
255 && (sp->_drv_mouse_head < sp->_drv_mouse_tail)) { in fifo_push()
1090 if (sp->_drv_mouse_head < sp->_drv_mouse_tail) { in drv_testmouse()1421 sp->_drv_mouse_fifo[sp->_drv_mouse_tail] = work; in handle_mouse()1422 sp->_drv_mouse_tail += 1; in handle_mouse()
1173 int _drv_mouse_tail; member