tag | line | file | source code |
---|---|---|---|
LP_TIME | 199 | drivers/char/lp.c | if (jiffies-lp_last_call > LP_TIME(minor)) { |
LP_TIME | 254 | drivers/char/lp.c | lp_total_chars, LP_TIME(minor)); |
LP_TIME | 258 | drivers/char/lp.c | current->timeout = jiffies + LP_TIME(minor); |
LP_TIME | 346 | drivers/char/lp.c | LP_TIME(minor) = arg; |