tag | line | file | source code |
time_out | 638 | drivers/net/de4x5.c | static void enable_ast(struct device *dev, u32 time_out); |
time_out | 3501 | drivers/net/de4x5.c | enable_ast(struct device *dev, u32 time_out) |
time_out | 3503 | drivers/net/de4x5.c | timeout(dev, (void *)&de4x5_ast, (u_long)dev, time_out); |
time_out | 553 | drivers/net/smc9194.c | word time_out; |
time_out | 598 | drivers/net/smc9194.c | time_out = MEMORY_WAIT_TIME; |
time_out | 608 | drivers/net/smc9194.c | } while ( -- time_out ); |
time_out | 610 | drivers/net/smc9194.c | if ( !time_out ) { |
time_out | 355 | fs/ncpfs/sock.c | init_timeout = server->m.time_out; |
time_out | 38 | include/linux/ncp_mount.h | unsigned int time_out; /* How long should I wait after |