Home
last modified time | relevance | path

Searched refs:tout (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_trans_ail.c371 long tout; in xfsaild_push() local
501 tout = 50; in xfsaild_push()
514 tout = 20; in xfsaild_push()
520 tout = 10; in xfsaild_push()
523 return tout; in xfsaild_push()
531 long tout = 0; /* milliseconds */ in xfsaild() local
537 if (tout && tout <= 20) in xfsaild()
589 tout = 0; in xfsaild()
594 if (tout) in xfsaild()
595 freezable_schedule_timeout(msecs_to_jiffies(tout)); in xfsaild()
[all …]
/Linux-v5.4/drivers/watchdog/
Dstm32_iwdg.c90 u32 tout, presc, iwdg_rlr, iwdg_pr, iwdg_sr; in stm32_iwdg_start() local
95 tout = clamp_t(unsigned int, wdd->timeout, in stm32_iwdg_start()
98 presc = DIV_ROUND_UP(tout * wdt->rate, RLR_MAX + 1); in stm32_iwdg_start()
103 iwdg_rlr = ((tout * wdt->rate) / presc) - 1; in stm32_iwdg_start()
/Linux-v5.4/drivers/usb/typec/tcpm/
Dtcpci_rt1711h.c23 #define RT1711H_RTCTRL8_SET(ck300, ship_off, auto_idle, tout) \ argument
25 ((auto_idle) << 3) | ((tout) & 0x07))
30 #define RT1711H_RTCTRL11_SET(en, tout) \ argument
31 (((en) << 7) | ((tout) & 0x0F))
/Linux-v5.4/drivers/isdn/mISDN/
Dtimerdev.c220 int id, tout, ret = 0; in mISDN_ioctl() local
229 if (get_user(tout, (int __user *)arg)) { in mISDN_ioctl()
233 id = misdn_add_timer(dev, tout); in mISDN_ioctl()
236 tout, id); in mISDN_ioctl()
/Linux-v5.4/drivers/staging/isdn/avm/
Db1.c250 unsigned long tout = 2; in b1_loaded() local
252 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) { in b1_loaded()
262 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) { in b1_loaded()
Db1dma.c653 unsigned long tout = 2; in b1dma_loaded() local
656 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) { in b1dma_loaded()
666 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) { in b1dma_loaded()
/Linux-v5.4/sound/core/
Dpcm_native.c1853 long tout; in snd_pcm_drain() local
1879 tout = MAX_SCHEDULE_TIMEOUT; in snd_pcm_drain()
1881 tout = 10; in snd_pcm_drain()
1884 tout = max(t, tout); in snd_pcm_drain()
1886 tout = msecs_to_jiffies(tout * 1000); in snd_pcm_drain()
1888 tout = schedule_timeout(tout); in snd_pcm_drain()
1904 if (tout == 0) { in snd_pcm_drain()
Dpcm_lib.c1822 long wait_time, tout; in wait_for_avail() local
1864 tout = schedule_timeout(wait_time); in wait_for_avail()
1889 if (!tout) { in wait_for_avail()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.c145 int tout = 100, interval = 100; /* wait for 10 seconds */ in bnx2x_send_msg2pf() local
176 while ((tout >= 0) && (!*done)) { in bnx2x_send_msg2pf()
178 tout -= 1; in bnx2x_send_msg2pf()
197 int tout = 10, interval = 100; /* Wait for 1 sec */ in bnx2x_get_vf_id() local
209 } while (tout-- > 0); in bnx2x_get_vf_id()
Dbnx2x_cmn.h1237 int tout = 5000; /* Wait for 5 secs tops */ in bnx2x_wait_sp_comp() local
1239 while (tout--) { in bnx2x_wait_sp_comp()
Dbnx2x_main.c9208 int tout = 50; in bnx2x_func_wait_started() local
9238 BNX2X_F_STATE_STARTED && tout--) in bnx2x_func_wait_started()
12011 int tout = 5000; in bnx2x_get_hwinfo() local
12019 while (tout && REG_RD(bp, IGU_REG_RESET_MEMORIES)) { in bnx2x_get_hwinfo()
12020 tout--; in bnx2x_get_hwinfo()
/Linux-v5.4/drivers/scsi/arm/
Dfas216.c1165 int tout; in fas216_wait_cmd() local
1170 for (tout = 1000; tout; tout -= 1) { in fas216_wait_cmd()
/Linux-v5.4/tools/power/cpupower/po/
Dfr.po520 "On ne peut indiquer plus d'un paramètre --cpu, tout comme l'on ne peut\n"
634 " pas, ou bien n'est tout simplement pas chargé.\n"
932 "On ne peut indiquer plus d'un paramètre --cpu, tout comme l'on ne peut\n"
/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c3026 struct timeval tout; in do_sleep() local
3039 tout = interval_tv; in do_sleep()
3040 retval = select(1, &readfds, NULL, NULL, &tout); in do_sleep()
3054 rest.tv_sec = (tout.tv_sec + tout.tv_usec / 1000000); in do_sleep()
3055 rest.tv_nsec = (tout.tv_usec % 1000000) * 1000; in do_sleep()
/Linux-v5.4/drivers/net/wireless/ralink/rt2x00/
Drt2800lib.c1139 unsigned long tout; in rt2800_entry_txstatus_timeout() local
1145 tout = msecs_to_jiffies(50); in rt2800_entry_txstatus_timeout()
1147 tout = msecs_to_jiffies(2000); in rt2800_entry_txstatus_timeout()
1149 ret = time_after(jiffies, entry->last_action + tout); in rt2800_entry_txstatus_timeout()