Home
last modified time | relevance | path

Searched refs:maxhead (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dqpmouse.c128 int maxhead = (queue->tail-1) & (QP_BUF_SIZE-1); in qp_interrupt() local
131 if (head != maxhead) { in qp_interrupt()
/linux-2.4.37.9/drivers/sbus/char/
Dpcikbd.c997 int head, maxhead; in pcimouse_interrupt() local
1003 maxhead = (queue->tail - 1) & (AUX_BUF_SIZE - 1); in pcimouse_interrupt()
1014 if (head != maxhead) { in pcimouse_interrupt()