tag | line | file | source code |
---|---|---|---|
maxwait | 101 | drivers/char/lp.c | if (count > stats->maxwait) { |
maxwait | 105 | drivers/char/lp.c | stats->maxwait = count; |
maxwait | 141 | drivers/char/lp.c | if (count > stats->maxwait) |
maxwait | 142 | drivers/char/lp.c | stats->maxwait = count; |
maxwait | 97 | include/linux/lp.h | unsigned int maxwait; |