Searched refs:maxhead (Results 1 – 2 of 2) sorted by relevance
128 int maxhead = (queue->tail-1) & (QP_BUF_SIZE-1); in qp_interrupt() local131 if (head != maxhead) { in qp_interrupt()
997 int head, maxhead; in pcimouse_interrupt() local1003 maxhead = (queue->tail - 1) & (AUX_BUF_SIZE - 1); in pcimouse_interrupt()1014 if (head != maxhead) { in pcimouse_interrupt()