| tag | line | file | source code |
|---|---|---|---|
| maxhead | 147 | kernel/chr_drv/psaux.c | int maxhead = (queue->tail-1) & (AUX_BUF_SIZE-1); |
| maxhead | 150 | kernel/chr_drv/psaux.c | if (head != maxhead) { |
| maxhead | 377 | kernel/chr_drv/serial.c | int maxhead = (queue->tail-1) & (TTY_BUF_SIZE-1); |
| maxhead | 383 | kernel/chr_drv/serial.c | if (head != maxhead) { |