Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_trans_ail.c543 long tout; in xfsaild_push() local
628 tout = 50; in xfsaild_push()
641 tout = 20; in xfsaild_push()
647 tout = 0; in xfsaild_push()
650 return tout; in xfsaild_push()
658 long tout = 0; /* milliseconds */ in xfsaild() local
670 if (tout && tout <= 20) in xfsaild()
711 tout = 0; in xfsaild()
716 if (tout) in xfsaild()
717 schedule_timeout(msecs_to_jiffies(tout)); in xfsaild()
[all …]
/linux/drivers/usb/typec/tcpm/
H A Dtcpci_rt1711h.c29 #define RT1711H_RTCTRL8_SET(ck300, ship_off, auto_idle, tout) \ argument
31 ((auto_idle) << 3) | ((tout) & 0x07))
38 #define RT1711H_RTCTRL11_SET(en, tout) \ argument
39 (((en) << 7) | ((tout) & 0x0F))
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-buttress.c227 int tout; in ipu6_buttress_ipc_send_bulk() local
251 tout = wait_for_completion_timeout(&ipc->send_complete, in ipu6_buttress_ipc_send_bulk()
253 if (!tout) { in ipu6_buttress_ipc_send_bulk()
271 tout = wait_for_completion_timeout(&ipc->recv_complete, in ipu6_buttress_ipc_send_bulk()
273 if (!tout) { in ipu6_buttress_ipc_send_bulk()
/linux/tools/testing/vsock/
H A Dvsock_test.c1609 time_t tout; in test_stream_leak_acceptq_client() local
1612 tout = current_nsec() + ACCEPTQ_LEAK_RACE_TIMEOUT * NSEC_PER_SEC; in test_stream_leak_acceptq_client()
1619 } while (current_nsec() < tout); in test_stream_leak_acceptq_client()
2006 time_t tout; in test_stream_transport_change_client() local
2035 tout = current_nsec() + TRANSPORT_CHANGE_TIMEOUT * NSEC_PER_SEC; in test_stream_transport_change_client()
2092 } while (current_nsec() < tout); in test_stream_transport_change_client()
/linux/net/mptcp/
H A Dprotocol.c597 static void __mptcp_set_timeout(struct sock *sk, long tout) in __mptcp_set_timeout() argument
599 mptcp_sk(sk)->timer_ival = tout > 0 ? tout : in __mptcp_set_timeout()
614 long tout = 0; in mptcp_set_timeout() local
617 tout = max(tout, mptcp_timeout_from_subflow(subflow)); in mptcp_set_timeout()
618 __mptcp_set_timeout(sk, tout); in mptcp_set_timeout()
1087 unsigned long tout; in mptcp_reset_rtx_timer() local
1093 tout = mptcp_sk(sk)->timer_ival; in mptcp_reset_rtx_timer()
1094 sk_reset_timer(sk, &sk->mptcp_retransmit_timer, jiffies + tout); in mptcp_reset_rtx_timer()
1596 long tout = 0; in mptcp_subflow_get_send() local
1612 tout = max(tout, mptcp_timeout_from_subflow(subflow)); in mptcp_subflow_get_send()
[all …]
H A Dprotocol.h943 static inline void mptcp_set_close_tout(struct sock *sk, unsigned long tout) in mptcp_set_close_tout() argument
946 inet_csk(sk)->icsk_mtup.probe_timestamp = tout ? : 1; in mptcp_set_close_tout()
/linux/sound/core/
H A Dpcm_native.c2178 long tout; in snd_pcm_drain() local
2216 tout = MAX_SCHEDULE_TIMEOUT; in snd_pcm_drain()
2218 tout = 100; in snd_pcm_drain()
2221 tout = max(t, tout); in snd_pcm_drain()
2223 tout = msecs_to_jiffies(tout); in snd_pcm_drain()
2225 tout = schedule_timeout(tout); in snd_pcm_drain()
2241 if (tout == 0) { in snd_pcm_drain()
H A Dpcm_lib.c1957 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 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()
H A Dbnx2x_cmn.h1235 int tout = 5000; /* Wait for 5 secs tops */ in bnx2x_wait_sp_comp() local
1237 while (tout--) { in bnx2x_wait_sp_comp()
/linux/tools/power/cpupower/po/
H A 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/tools/power/x86/turbostat/
H A Dturbostat.c6676 struct timeval tout; in do_sleep() local
6689 tout = interval_tv; in do_sleep()
6690 retval = select(1, &readfds, NULL, NULL, &tout); in do_sleep()
6704 rest.tv_sec = (tout.tv_sec + tout.tv_usec / 1000000); in do_sleep()
6705 rest.tv_nsec = (tout.tv_usec % 1000000) * 1000; in do_sleep()