tout              220 drivers/isdn/mISDN/timerdev.c 	int			id, tout, ret = 0;
tout              229 drivers/isdn/mISDN/timerdev.c 		if (get_user(tout, (int __user *)arg)) {
tout              233 drivers/isdn/mISDN/timerdev.c 		id = misdn_add_timer(dev, tout);
tout              236 drivers/isdn/mISDN/timerdev.c 			       tout, id);
tout             1237 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h 	int tout = 5000; /* Wait for 5 secs tops */
tout             1239 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h 	while (tout--) {
tout             9208 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	int tout = 50;
tout             9238 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 				BNX2X_F_STATE_STARTED && tout--)
tout             12019 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 			int tout = 5000;
tout             12027 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 			while (tout && REG_RD(bp, IGU_REG_RESET_MEMORIES)) {
tout             12028 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 				tout--;
tout              145 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	int tout = 100, interval = 100; /* wait for 10 seconds */
tout              176 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	while ((tout >= 0) && (!*done)) {
tout              178 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 		tout -= 1;
tout              197 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	int tout = 10, interval = 100; /* Wait for 1 sec */
tout              209 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	} while (tout-- > 0);
tout             1139 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 	unsigned long tout;
tout             1145 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 		tout = msecs_to_jiffies(50);
tout             1147 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 		tout = msecs_to_jiffies(2000);
tout             1149 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 	ret = time_after(jiffies, entry->last_action + tout);
tout             1165 drivers/scsi/arm/fas216.c 	int tout;
tout             1170 drivers/scsi/arm/fas216.c 	for (tout = 1000; tout; tout -= 1) {
tout              250 drivers/staging/isdn/avm/b1.c 	unsigned long tout = 2;
tout              252 drivers/staging/isdn/avm/b1.c 	for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
tout              262 drivers/staging/isdn/avm/b1.c 	for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
tout              653 drivers/staging/isdn/avm/b1dma.c 	unsigned long tout = 2;
tout              656 drivers/staging/isdn/avm/b1dma.c 	for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
tout              666 drivers/staging/isdn/avm/b1dma.c 	for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
tout               23 drivers/usb/typec/tcpm/tcpci_rt1711h.c #define RT1711H_RTCTRL8_SET(ck300, ship_off, auto_idle, tout) \
tout               25 drivers/usb/typec/tcpm/tcpci_rt1711h.c 			    ((auto_idle) << 3) | ((tout) & 0x07))
tout               30 drivers/usb/typec/tcpm/tcpci_rt1711h.c #define RT1711H_RTCTRL11_SET(en, tout) \
tout               31 drivers/usb/typec/tcpm/tcpci_rt1711h.c 			     (((en) << 7) | ((tout) & 0x0F))
tout               90 drivers/watchdog/stm32_iwdg.c 	u32 tout, presc, iwdg_rlr, iwdg_pr, iwdg_sr;
tout               95 drivers/watchdog/stm32_iwdg.c 	tout = clamp_t(unsigned int, wdd->timeout,
tout               98 drivers/watchdog/stm32_iwdg.c 	presc = DIV_ROUND_UP(tout * wdt->rate, RLR_MAX + 1);
tout              103 drivers/watchdog/stm32_iwdg.c 	iwdg_rlr = ((tout * wdt->rate) / presc) - 1;
tout              371 fs/xfs/xfs_trans_ail.c 	long			tout;
tout              501 fs/xfs/xfs_trans_ail.c 		tout = 50;
tout              514 fs/xfs/xfs_trans_ail.c 		tout = 20;
tout              520 fs/xfs/xfs_trans_ail.c 		tout = 10;
tout              523 fs/xfs/xfs_trans_ail.c 	return tout;
tout              531 fs/xfs/xfs_trans_ail.c 	long		tout = 0;	/* milliseconds */
tout              538 fs/xfs/xfs_trans_ail.c 		if (tout && tout <= 20)
tout              590 fs/xfs/xfs_trans_ail.c 			tout = 0;
tout              595 fs/xfs/xfs_trans_ail.c 		if (tout)
tout              596 fs/xfs/xfs_trans_ail.c 			freezable_schedule_timeout(msecs_to_jiffies(tout));
tout              602 fs/xfs/xfs_trans_ail.c 		tout = xfsaild_push(ailp);
tout             1823 sound/core/pcm_lib.c 	long wait_time, tout;
tout             1865 sound/core/pcm_lib.c 		tout = schedule_timeout(wait_time);
tout             1890 sound/core/pcm_lib.c 		if (!tout) {
tout             1868 sound/core/pcm_native.c 		long tout;
tout             1894 sound/core/pcm_native.c 			tout = MAX_SCHEDULE_TIMEOUT;
tout             1896 sound/core/pcm_native.c 			tout = 10;
tout             1899 sound/core/pcm_native.c 				tout = max(t, tout);
tout             1901 sound/core/pcm_native.c 			tout = msecs_to_jiffies(tout * 1000);
tout             1903 sound/core/pcm_native.c 		tout = schedule_timeout(tout);
tout             1919 sound/core/pcm_native.c 		if (tout == 0) {
tout             3025 tools/power/x86/turbostat/turbostat.c 	struct timeval tout;
tout             3038 tools/power/x86/turbostat/turbostat.c 	tout = interval_tv;
tout             3039 tools/power/x86/turbostat/turbostat.c 	retval = select(1, &readfds, NULL, NULL, &tout);
tout             3053 tools/power/x86/turbostat/turbostat.c 			rest.tv_sec = (tout.tv_sec + tout.tv_usec / 1000000);
tout             3054 tools/power/x86/turbostat/turbostat.c 			rest.tv_nsec = (tout.tv_usec % 1000000) * 1000;