tag | line | file | source code |
---|---|---|---|
maxwait | 96 | drivers/char/lp.c | if (count > stats->maxwait) { |
maxwait | 100 | drivers/char/lp.c | stats->maxwait = count; |
maxwait | 136 | drivers/char/lp.c | if (count > stats->maxwait) |
maxwait | 137 | drivers/char/lp.c | stats->maxwait = count; |
maxwait | 98 | include/linux/lp.h | unsigned int maxwait; |