Home
last modified time | relevance | path

Searched refs:nfs_timeout (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/net/
H A Dnfs.c52 static ulong nfs_timeout = NFS_TIMEOUT; variable
720 net_set_timeout_handler(nfs_timeout + in nfs_timeout_handler()
827 net_set_timeout_handler(nfs_timeout, nfs_timeout_handler); in nfs_handler()
902 net_set_timeout_handler(nfs_timeout, nfs_timeout_handler); in nfs_start()
/openbmc/linux/fs/nfs/
H A Dnamespace.c367 module_param(nfs_mountpoint_expiry_timeout, nfs_timeout, 0644);