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