tag | line | file | source code |
tout | 852 | drivers/cdrom/mcdx.c | unsigned long tout = jiffies + jifs; |
tout | 858 | drivers/cdrom/mcdx.c | while (jiffies < tout) { |
tout | 863 | drivers/cdrom/mcdx.c | current->timeout = tout; |
tout | 31 | drivers/char/fep.h | volatile ushort tout; |
tout | 565 | drivers/char/pcxx.c | tail = bc->tout; |
tout | 566 | drivers/char/pcxx.c | if (tail != bc->tout) |
tout | 567 | drivers/char/pcxx.c | tail = bc->tout; |
tout | 590 | drivers/char/pcxx.c | tail = bc->tout; |
tout | 591 | drivers/char/pcxx.c | if (tail != bc->tout) |
tout | 592 | drivers/char/pcxx.c | tail = bc->tout; |
tout | 655 | drivers/char/pcxx.c | tail = bc->tout; |
tout | 656 | drivers/char/pcxx.c | if (tail != bc->tout) |
tout | 657 | drivers/char/pcxx.c | tail = bc->tout; |
tout | 692 | drivers/char/pcxx.c | tail = bc->tout; |
tout | 735 | drivers/char/pcxx.c | tail = bc->tout; |
tout | 94 | include/net/ip_masq.h | extern void ip_masq_set_expire(struct ip_masq *ms, unsigned long tout); |
tout | 407 | net/ipv4/ip_masq.c | void ip_masq_set_expire(struct ip_masq *ms, unsigned long tout) |
tout | 409 | net/ipv4/ip_masq.c | if (tout) { |
tout | 410 | net/ipv4/ip_masq.c | ms->timer.expires = jiffies+tout; |