tag | line | file | source code |
---|---|---|---|
maxhead | 219 | drivers/char/psaux.c | int maxhead = (queue->tail-1) & (AUX_BUF_SIZE-1); |
maxhead | 225 | drivers/char/psaux.c | if (head != maxhead) { |
maxhead | 245 | drivers/char/psaux.c | int maxhead = (queue->tail-1) & (AUX_BUF_SIZE-1); |
maxhead | 248 | drivers/char/psaux.c | if (head != maxhead) { |