/linux-4.4.14/fs/xfs/ |
D | xfs_trans_ail.c | 337 long tout; in xfsaild_push() local 467 tout = 50; in xfsaild_push() 480 tout = 20; in xfsaild_push() 486 tout = 10; in xfsaild_push() 489 return tout; in xfsaild_push() 497 long tout = 0; /* milliseconds */ in xfsaild() local 502 if (tout && tout <= 20) in xfsaild() 523 tout = 0; in xfsaild() 528 if (tout) in xfsaild() 529 schedule_timeout(msecs_to_jiffies(tout)); in xfsaild() [all …]
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | timerdev.c | 227 int id, tout, ret = 0; in mISDN_ioctl() local 236 if (get_user(tout, (int __user *)arg)) { in mISDN_ioctl() 240 id = misdn_add_timer(dev, tout); in mISDN_ioctl() 243 tout, id); in mISDN_ioctl()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2800usb.c | 121 bool tout; in rt2800usb_entry_txstatus_timeout() local 126 tout = time_after(jiffies, entry->last_action + msecs_to_jiffies(100)); in rt2800usb_entry_txstatus_timeout() 127 if (unlikely(tout)) in rt2800usb_entry_txstatus_timeout() 131 return tout; in rt2800usb_entry_txstatus_timeout()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | adv_pci_dio.c | 486 int cnt, tout, ok = 0; in pci1760_unchecked_mbxrequest() local 493 for (tout = 0; tout < 251; tout++) { in pci1760_unchecked_mbxrequest()
|
/linux-4.4.14/drivers/isdn/hardware/avm/ |
D | b1.c | 250 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()
|
D | b1dma.c | 653 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-4.4.14/sound/core/ |
D | pcm_native.c | 1696 long tout; in snd_pcm_drain() local 1721 tout = MAX_SCHEDULE_TIMEOUT; in snd_pcm_drain() 1723 tout = 10; in snd_pcm_drain() 1726 tout = max(t, tout); in snd_pcm_drain() 1728 tout = msecs_to_jiffies(tout * 1000); in snd_pcm_drain() 1730 tout = schedule_timeout_interruptible(tout); in snd_pcm_drain() 1739 if (tout == 0) { in snd_pcm_drain()
|
D | pcm_lib.c | 1909 long wait_time, tout; in wait_for_avail() local 1947 tout = schedule_timeout(wait_time); in wait_for_avail() 1972 if (!tout) { in wait_for_avail()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_vfpf.c | 145 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()
|
D | bnx2x_cmn.h | 1235 int tout = 5000; /* Wait for 5 secs tops */ in bnx2x_wait_sp_comp() local 1237 while (tout--) { in bnx2x_wait_sp_comp()
|
D | bnx2x_main.c | 9178 int tout = 50; in bnx2x_func_wait_started() local 9208 BNX2X_F_STATE_STARTED && tout--) in bnx2x_func_wait_started() 11894 int tout = 5000; in bnx2x_get_hwinfo() local 11902 while (tout && REG_RD(bp, IGU_REG_RESET_MEMORIES)) { in bnx2x_get_hwinfo() 11903 tout--; in bnx2x_get_hwinfo()
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | hisax.h | 1305 int tout = jiffs; \ 1307 while (tout--) { \
|
/linux-4.4.14/drivers/scsi/arm/ |
D | fas216.c | 1164 int tout; in fas216_wait_cmd() local 1169 for (tout = 1000; tout; tout -= 1) { in fas216_wait_cmd()
|
/linux-4.4.14/tools/power/cpupower/po/ |
D | fr.po | 520 "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"
|