/Linux-v4.19/fs/xfs/ |
D | xfs_trans_ail.c | 362 long tout; in xfsaild_push() local 492 tout = 50; in xfsaild_push() 505 tout = 20; in xfsaild_push() 511 tout = 10; in xfsaild_push() 514 return tout; in xfsaild_push() 522 long tout = 0; /* milliseconds */ in xfsaild() local 528 if (tout && tout <= 20) in xfsaild() 564 tout = 0; in xfsaild() 569 if (tout) in xfsaild() 570 freezable_schedule_timeout(msecs_to_jiffies(tout)); in xfsaild() [all …]
|
/Linux-v4.19/drivers/usb/typec/ |
D | tcpci_rt1711h.c | 23 #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-v4.19/drivers/isdn/mISDN/ |
D | timerdev.c | 229 int id, tout, ret = 0; in mISDN_ioctl() local 238 if (get_user(tout, (int __user *)arg)) { in mISDN_ioctl() 242 id = misdn_add_timer(dev, tout); in mISDN_ioctl() 245 tout, id); in mISDN_ioctl()
|
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/ |
D | rt2800usb.c | 121 bool tout; in rt2800usb_entry_txstatus_timeout() local 126 tout = time_after(jiffies, entry->last_action + msecs_to_jiffies(500)); in rt2800usb_entry_txstatus_timeout() 127 if (unlikely(tout)) in rt2800usb_entry_txstatus_timeout() 131 return tout; in rt2800usb_entry_txstatus_timeout()
|
/Linux-v4.19/drivers/misc/eeprom/ |
D | at24.c | 120 #define at24_loop_until_timeout(tout, op_time) \ argument 121 for (tout = jiffies + msecs_to_jiffies(at24_write_timeout), \ 123 op_time ? time_before(op_time, tout) : true; \
|
/Linux-v4.19/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-v4.19/sound/core/ |
D | pcm_native.c | 1842 long tout; in snd_pcm_drain() local 1866 tout = MAX_SCHEDULE_TIMEOUT; in snd_pcm_drain() 1868 tout = 10; in snd_pcm_drain() 1871 tout = max(t, tout); in snd_pcm_drain() 1873 tout = msecs_to_jiffies(tout * 1000); in snd_pcm_drain() 1875 tout = schedule_timeout_interruptible(tout); in snd_pcm_drain() 1883 if (tout == 0) { in snd_pcm_drain()
|
D | pcm_lib.c | 1833 long wait_time, tout; in wait_for_avail() local 1875 tout = schedule_timeout(wait_time); in wait_for_avail() 1900 if (!tout) { in wait_for_avail()
|
/Linux-v4.19/drivers/isdn/hisax/ |
D | hisax.h | 1305 int tout = jiffs; \ 1307 while (tout--) { \
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_vfpf.c | 145 int tout = 100, interval = 100; /* wait for 10 seconds */ in bnx2x_send_msg2pf() local 178 while ((tout >= 0) && (!*done)) { in bnx2x_send_msg2pf() 180 tout -= 1; in bnx2x_send_msg2pf() 199 int tout = 10, interval = 100; /* Wait for 1 sec */ in bnx2x_get_vf_id() local 211 } while (tout-- > 0); in bnx2x_get_vf_id()
|
D | bnx2x_cmn.h | 1239 int tout = 5000; /* Wait for 5 secs tops */ in bnx2x_wait_sp_comp() local 1241 while (tout--) { in bnx2x_wait_sp_comp()
|
D | bnx2x_main.c | 9180 int tout = 50; in bnx2x_func_wait_started() local 9210 BNX2X_F_STATE_STARTED && tout--) in bnx2x_func_wait_started() 11970 int tout = 5000; in bnx2x_get_hwinfo() local 11978 while (tout && REG_RD(bp, IGU_REG_RESET_MEMORIES)) { in bnx2x_get_hwinfo() 11979 tout--; in bnx2x_get_hwinfo()
|
/Linux-v4.19/drivers/scsi/arm/ |
D | fas216.c | 1166 int tout; in fas216_wait_cmd() local 1171 for (tout = 1000; tout; tout -= 1) { in fas216_wait_cmd()
|
/Linux-v4.19/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"
|