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