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