Lines Matching refs:wait
387 struct timeval wait; in nfs4init() local
393 wait.tv_sec = RPC_RCVWAIT_MSEC / 1000; in nfs4init()
394 wait.tv_usec = 0; in nfs4init()
409 NFS_V4, wait, &fd, in nfs4init()
424 xdr_void, NULL, wait); in nfs4init()
561 struct timeval wait; in boot_nfs_mountroot() local
656 wait.tv_sec = RPC_RCVWAIT_MSEC / 1000; in boot_nfs_mountroot()
657 wait.tv_usec = 0; in boot_nfs_mountroot()
677 wait.tv_sec = ival / 10; in boot_nfs_mountroot()
678 wait.tv_usec = (ival % 10) * 100000; in boot_nfs_mountroot()
780 roothandle.version, wait, &fd, bufsize, bufsize); in boot_nfs_mountroot()
788 xdr_void, NULL, xdr_void, NULL, wait); in boot_nfs_mountroot()
802 roothandle.version, wait, &fd, bufsize, bufsize); in boot_nfs_mountroot()
812 xdr_void, NULL, xdr_void, NULL, wait); in boot_nfs_mountroot()