Searched refs:_drv_mouse_head (Results 1 – 5 of 5) sorted by relevance
910 while (sp->_drv_mouse_head < sp->_drv_mouse_tail) { in _nc_mouse_event()911 *eventp = sp->_drv_mouse_fifo[sp->_drv_mouse_head]; in _nc_mouse_event()917 sp->_drv_mouse_head += 1; in _nc_mouse_event()918 if (sp->_drv_mouse_head == sp->_drv_mouse_tail) { in _nc_mouse_event()920 sp->_drv_mouse_head = 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()
995 if (sp->_drv_mouse_head < sp->_drv_mouse_tail) { in _nc_console_testmouse()
1257 int _drv_mouse_head; member