taglinefilesource code
maxhead214drivers/char/psaux.cint maxhead = (queue->tail-1) & (AUX_BUF_SIZE-1);
maxhead220drivers/char/psaux.cif (head != maxhead) {
maxhead240drivers/char/psaux.cint maxhead = (queue->tail-1) & (AUX_BUF_SIZE-1);
maxhead243drivers/char/psaux.cif (head != maxhead) {