taglinefilesource code
maxhead201drivers/char/psaux.cint maxhead = (queue->tail-1) & (AUX_BUF_SIZE-1);
maxhead204drivers/char/psaux.cif (head != maxhead) {
maxhead224drivers/char/psaux.cint maxhead = (queue->tail-1) & (AUX_BUF_SIZE-1);
maxhead227drivers/char/psaux.cif (head != maxhead) {