tag | line | file | source code |
---|---|---|---|
maxtimeo | 54 | fs/nfs/sock.c | unsigned long maxtimeo; |
maxtimeo | 59 | fs/nfs/sock.c | timeout.max_timeout = maxtimeo = NFS_MAX_RPC_TIMEOUT*HZ/10; |
maxtimeo | 93 | fs/nfs/sock.c | if ((timeout.init_timeout <<= 1) >= maxtimeo) |
maxtimeo | 94 | fs/nfs/sock.c | timeout.init_timeout = maxtimeo; |