| /linux/fs/xfs/ |
| H A D | xfs_trans_ail.c | 469 long tout; in xfsaild_push() local 605 tout = 50; in xfsaild_push() 618 tout = 20; in xfsaild_push() 624 tout = 0; in xfsaild_push() 627 return tout; in xfsaild_push() 635 long tout = 0; /* milliseconds */ in xfsaild() local 647 if (tout && tout <= 20) in xfsaild() 688 tout = 0; in xfsaild() 693 if (tout) in xfsaild() 694 schedule_timeout(msecs_to_jiffies(tout)); in xfsaild() [all …]
|
| /linux/drivers/watchdog/ |
| H A D | dw_wdt.c | 425 struct dw_wdt_timeout tout, *dst; in dw_wdt_handle_tops() local 436 tout.top_val = val; in dw_wdt_handle_tops() 437 tout.sec = tops[val] / dw_wdt->rate; in dw_wdt_handle_tops() 440 tout.msec = msec - ((u64)tout.sec * MSEC_PER_SEC); in dw_wdt_handle_tops() 448 if (tout.sec > dst->sec || (tout.sec == dst->sec && in dw_wdt_handle_tops() 449 tout.msec >= dst->msec)) in dw_wdt_handle_tops() 452 swap(*dst, tout); in dw_wdt_handle_tops() 455 dw_wdt->timeouts[val] = tout; in dw_wdt_handle_tops()
|
| H A D | stm32_iwdg.c | 100 u32 tout, ptot, presc, iwdg_rlr, iwdg_ewcr, iwdg_pr, iwdg_sr; in stm32_iwdg_start() local 108 tout = clamp_t(unsigned int, wdd->timeout, in stm32_iwdg_start() 110 ptot = clamp_t(unsigned int, tout - wdd->pretimeout, in stm32_iwdg_start() 111 wdd->min_timeout, tout); in stm32_iwdg_start() 113 presc = DIV_ROUND_UP(tout * wdt->rate, RLR_MAX + 1); in stm32_iwdg_start() 118 iwdg_rlr = ((tout * wdt->rate) / presc) - 1; in stm32_iwdg_start()
|
| /linux/net/netfilter/ |
| H A D | xt_IDLETIMER.c | 223 ktime_t tout; in idletimer_tg_create_v1() local 227 tout = ktime_set(info->timeout, 0); in idletimer_tg_create_v1() 228 alarm_start_relative(&info->timer->alarm, tout); in idletimer_tg_create_v1() 274 ktime_t tout = ktime_set(info->timeout, 0); in idletimer_tg_target_v1() local 275 alarm_start_relative(&info->timer->alarm, tout); in idletimer_tg_target_v1() 375 ktime_t tout = alarm_expires_remaining(&info->timer->alarm); in idletimer_tg_checkentry_v1() local 376 struct timespec64 ktimespec = ktime_to_timespec64(tout); in idletimer_tg_checkentry_v1() 381 alarm_start_relative(&info->timer->alarm, tout); in idletimer_tg_checkentry_v1()
|
| /linux/drivers/isdn/mISDN/ |
| H A D | timerdev.c | 220 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/drivers/usb/typec/tcpm/ |
| H A D | tcpci_rt1711h.c | 35 #define RT1711H_RTCTRL8_SET(ck300, ship_off, auto_idle, tout) \ argument 37 ((auto_idle) << 3) | ((tout) & 0x07)) 44 #define RT1711H_RTCTRL11_SET(en, tout) \ argument 45 (((en) << 7) | ((tout) & 0x0F))
|
| /linux/drivers/hwmon/ |
| H A D | bt1-pvt.c | 163 static inline void pvt_set_tout(struct pvt_hwmon *pvt, u32 tout) in pvt_set_tout() argument 168 writel(tout, pvt->regs + PVT_TTIMEOUT); in pvt_set_tout() 939 unsigned long tout; in pvt_check_pwr() local 958 tout = PVT_TOUT_MIN / NSEC_PER_USEC; in pvt_check_pwr() 959 usleep_range(tout, 2 * tout); in pvt_check_pwr()
|
| /linux/tools/testing/vsock/ |
| H A D | vsock_test.c | 1576 time_t tout; in test_stream_leak_acceptq_client() local 1579 tout = current_nsec() + ACCEPTQ_LEAK_RACE_TIMEOUT * NSEC_PER_SEC; in test_stream_leak_acceptq_client() 1586 } while (current_nsec() < tout); in test_stream_leak_acceptq_client() 1973 time_t tout; in test_stream_transport_change_client() local 2002 tout = current_nsec() + TRANSPORT_CHANGE_TIMEOUT * NSEC_PER_SEC; in test_stream_transport_change_client() 2059 } while (current_nsec() < tout); in test_stream_transport_change_client()
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 510 static void __mptcp_set_timeout(struct sock *sk, long tout) in __mptcp_set_timeout() argument 512 mptcp_sk(sk)->timer_ival = tout > 0 ? tout : TCP_RTO_MIN; in __mptcp_set_timeout() 526 long tout = 0; in mptcp_set_timeout() local 529 tout = max(tout, mptcp_timeout_from_subflow(subflow)); in mptcp_set_timeout() 530 __mptcp_set_timeout(sk, tout); in mptcp_set_timeout() 960 unsigned long tout; in mptcp_reset_rtx_timer() local 966 tout = mptcp_sk(sk)->timer_ival; in mptcp_reset_rtx_timer() 967 sk_reset_timer(sk, &sk->mptcp_retransmit_timer, jiffies + tout); in mptcp_reset_rtx_timer() 1466 long tout = 0; in mptcp_subflow_get_send() local 1482 tout = max(tout, mptcp_timeout_from_subflow(subflow)); in mptcp_subflow_get_send() [all …]
|
| H A D | protocol.h | 900 static inline void mptcp_set_close_tout(struct sock *sk, unsigned long tout) in mptcp_set_close_tout() argument 903 inet_csk(sk)->icsk_mtup.probe_timestamp = tout ? : 1; in mptcp_set_close_tout()
|
| /linux/sound/core/ |
| H A D | pcm_native.c | 2145 long tout; in snd_pcm_drain() local 2171 tout = MAX_SCHEDULE_TIMEOUT; in snd_pcm_drain() 2173 tout = 100; in snd_pcm_drain() 2176 tout = max(t, tout); in snd_pcm_drain() 2178 tout = msecs_to_jiffies(tout); in snd_pcm_drain() 2180 tout = schedule_timeout(tout); in snd_pcm_drain() 2196 if (tout == 0) { in snd_pcm_drain()
|
| H A D | pcm_lib.c | 1957 long wait_time, tout; in wait_for_avail() local 1998 tout = schedule_timeout(wait_time); in wait_for_avail() 2023 if (!tout) { in wait_for_avail()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A 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()
|
| H A 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()
|
| /linux/drivers/scsi/arm/ |
| H A D | fas216.c | 1170 int tout; in fas216_wait_cmd() local 1175 for (tout = 1000; tout; tout -= 1) { in fas216_wait_cmd()
|
| /linux/tools/power/cpupower/po/ |
| H A 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"
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 6466 struct timeval tout; in do_sleep() local 6479 tout = interval_tv; in do_sleep() 6480 retval = select(1, &readfds, NULL, NULL, &tout); in do_sleep() 6494 rest.tv_sec = (tout.tv_sec + tout.tv_usec / 1000000); in do_sleep() 6495 rest.tv_nsec = (tout.tv_usec % 1000000) * 1000; in do_sleep()
|