Searched refs:_sysmouse_head (Results 1 – 4 of 4) sorted by relevance
160 && (sp->_sysmouse_head < sp->_sysmouse_tail)) { in check_mouse_activity()179 && (sp->_sysmouse_head < sp->_sysmouse_tail) in check_mouse_activity()264 && (sp->_sysmouse_head < sp->_sysmouse_tail)) { in fifo_push()
330 if (sp->_sysmouse_head > sp->_sysmouse_tail) { in sysmouse_server()332 sp->_sysmouse_head = 0; in sysmouse_server()887 if (sp->_sysmouse_head < sp->_sysmouse_tail) { in _nc_mouse_event()888 *eventp = sp->_sysmouse_fifo[sp->_sysmouse_head]; in _nc_mouse_event()895 sp->_sysmouse_head += 1; in _nc_mouse_event()896 if (sp->_sysmouse_head == sp->_sysmouse_tail) { in _nc_mouse_event()898 sp->_sysmouse_head = 0; in _nc_mouse_event()
959 && (sp->_sysmouse_head < sp->_sysmouse_tail)) { in drv_testmouse()978 && (sp->_sysmouse_head < sp->_sysmouse_tail) in drv_testmouse()
1247 int _sysmouse_head; member