Searched refs:_drv_mouse_tail (Results 1 – 5 of 5) sorted by relevance
690 sp->_drv_mouse_fifo[sp->_drv_mouse_tail] = work; in handle_mouse()691 sp->_drv_mouse_tail += 1; in handle_mouse()995 if (sp->_drv_mouse_head < sp->_drv_mouse_tail) { in _nc_console_testmouse()
910 while (sp->_drv_mouse_head < sp->_drv_mouse_tail) { in _nc_mouse_event()918 if (sp->_drv_mouse_head == sp->_drv_mouse_tail) { in _nc_mouse_event()919 sp->_drv_mouse_tail = 0; in _nc_mouse_event()
277 && (sp->_drv_mouse_head < sp->_drv_mouse_tail)) { in fifo_push()
940 if (sp->_drv_mouse_head < sp->_drv_mouse_tail) { in wcon_testmouse()
1258 int _drv_mouse_tail; member