| tag | line | file | source code |
|---|---|---|---|
| maxhead | 214 | drivers/char/psaux.c | int maxhead = (queue->tail-1) & (AUX_BUF_SIZE-1); |
| maxhead | 220 | drivers/char/psaux.c | if (head != maxhead) { |
| maxhead | 240 | drivers/char/psaux.c | int maxhead = (queue->tail-1) & (AUX_BUF_SIZE-1); |
| maxhead | 243 | drivers/char/psaux.c | if (head != maxhead) { |