HomeSort by: relevance | last modified time | path
    Searched defs:timeo (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/arch/hpcmips/stand/lcboot/
if_cs.c 113 int timeo; local in function:cs_get_eeprom
115 for (timeo = MAXLOOP; timeo > 0; timeo--) {
120 if (timeo == 0)
125 for (timeo = MAXLOOP; timeo > 0; timeo--) {
130 if (timeo == 0)
234 int timeo; local in function:cs_put
    [all...]
  /src/sys/fs/nfs/client/
nfs_clsubs.c 184 int timeo, mustflush; local in function:ncl_getattrcache
192 timeo = (time_second - np->n_mtime.tv_sec) / 10;
196 printf("ncl_getattrcache: initial timeo = %d\n", timeo);
200 if ((np->n_flag & NMODIFIED) || timeo < nmp->nm_acdirmin)
201 timeo = nmp->nm_acdirmin;
202 else if (timeo > nmp->nm_acdirmax)
203 timeo = nmp->nm_acdirmax;
205 if ((np->n_flag & NMODIFIED) || timeo < nmp->nm_acregmin)
206 timeo = nmp->nm_acregmin
    [all...]
  /src/sys/fs/nfs/common/
nfsdiskless.h 87 int timeo; /* initial timeout in .1 secs */ member in struct:onfs_args
nfs_commonport.c 259 int error, timeo; local in function:nfsmsleep
262 timeo = hz * ts->tv_sec;
266 timeo += (int)nsecval;
268 timeo = 0;
270 error = msleep(chan, (struct mtx *)mutex, prio, wmesg, timeo);
nfs_commonkrpc.c 489 int freeslot, timeo; local in function:newnfs_request
723 timeo = nmp->nm_retry * nmp->nm_timeo / 2;
724 if (timeo < 1)
725 timeo = 1;
726 timo.tv_sec = timeo / NFS_HZ;
727 timo.tv_usec = (timeo % NFS_HZ) * 1000000 /
  /src/sys/nfs/
nfs_clntsubs.c 534 time_t timeo; local in function:nfs_attrtimeo
542 timeo = (time_second - np->n_mtime.tv_sec) / 10;
543 timeo = uimax(timeo, NFS_MINATTRTIMO);
544 timeo = uimin(timeo, NFS_MAXATTRTIMO);
545 return timeo;
nfs_clntsocket.c 976 int timeo = 0; local in function:nfs_sndlock
981 timeo = nmp->nm_retry * nmp->nm_timeo;
984 timeo = hz;
1000 &nmp->nm_lock, timeo);
1003 &nmp->nm_lock, timeo);
1016 timeo = 2 * hz;
nfsmount.h 63 int timeo; /* initial timeout in .1 secs */ member in struct:nfs_args
97 "b\00soft\0b\01wsize\0b\02rsize\0b\03timeo\0" \
nfs_socket.c 759 int timeo; local in function:nfs_timer
778 timeo = nmp->nm_timeo;
780 timeo = NFS_RTO(nmp, nfs_proct[rep->r_procnum]);
782 timeo *= nfs_backoff[nmp->nm_timeouts - 1];
783 if (timeo > NFS_MAXTIMEO)
784 timeo = NFS_MAXTIMEO;
785 if (rep->r_rtt <= timeo)
  /src/sys/arch/amiga/dev/
sci.c 372 register int timeo = 2500; local in function:sciselectbus
389 if (--timeo > 0) {
395 if (timeo) {
  /src/sys/compat/ultrix/
ultrix_fs.c 321 int timeo; /* initial timeout in .1 secs */ member in struct:ultrix_nfs_args
395 na.timeo = una.timeo;
  /src/usr.sbin/rpc.lockd/
lock_proc.c 269 struct timeval timeo; local in function:transmit_result
273 timeo.tv_sec = 0; /* No timeout - not expecting response */
274 timeo.tv_usec = 0;
277 result, xdr_void, &dummy, timeo);
297 struct timeval timeo; local in function:transmit4_result
301 timeo.tv_sec = 0; /* No timeout - not expecting response */
302 timeo.tv_usec = 0;
305 result, xdr_void, &dummy, timeo);
399 struct timeval timeo; local in function:nlm_test_msg_1_svc
429 timeo.tv_sec = 0; /* No timeout - not expecting response *
844 struct timeval timeo; local in function:nlm4_test_msg_4_svc
    [all...]
lockd_lock.c 615 struct timeval timeo; local in function:send_granted
632 timeo.tv_sec = 0;
633 timeo.tv_usec = (fl->flags & LOCK_ASYNC) ? 0 : 500000; /* 0.5s */
650 xdr_nlm4_testargs, &result, xdr_void, &dummy, timeo);
654 &retval4, timeo);
674 xdr_nlm_testargs, &result, xdr_void, &dummy, timeo);
678 &retval, timeo);
  /src/sys/kern/
uipc_sem.c 938 int fd, error, timeo; local in function:do_ksem_wait
950 &timeo, NULL);
954 timeo = 0;
957 &ks->ks_lock, timeo);
  /src/sys/fs/puffs/
puffs_msgif.c 1058 int timeo; local in function:puffs_sop_thread
1060 timeo = PUFFS_USE_FS_TTL(pmp) ? puffs_sopreq_expire_timeout : 0;
1084 cv_timedwait(&pmp->pmp_sopcv, &pmp->pmp_sopmtx, timeo);
  /src/sys/dev/acpi/
acpi_ec.c 693 int timeo = 1000 * EC_CMD_TIMEOUT; local in function:acpiec_wait_timeout
695 while (sc->sc_state != EC_STATE_FREE && timeo-- > 0) {
  /src/sys/arch/arm/rockchip/
rk_i2c.c 169 u_int timeo = 100000; local in function:rk_i2c_wait
178 } while (--timeo > 0);
  /src/sys/arch/arm/sunxi/
sunxi_nand.c 195 struct bintime timeo, epsilon; local in function:sunxi_nand_wait_intr
206 timeo = ms2bintime(1000);
211 error = cv_timedwaitbt(&sc->sc_cv, &sc->sc_lock, &timeo,
  /src/sys/compat/linux/arch/alpha/
linux_osf1.h 170 osf1_int timeo; member in struct:osf1_nfs_args
  /src/sys/compat/sunos/
sunos.h 32 int timeo; /* initial timeout in .1 secs */ member in struct:sunos_nfs_args
  /src/sys/arch/sparc64/dev/
psycho.c 524 uint64_t timeo; local in function:psycho_attach
570 timeo = sc->sc_regs->intr_retry_timer;
571 if (timeo > 0xfff) {
574 "from %lx to 0xff\n", (long)timeo);
  /src/sys/compat/netbsd32/
netbsd32.h 1141 int32_t timeo; /* initial timeout in .1 secs */ member in struct:netbsd32_nfs_args

Completed in 28 milliseconds