Searched refs:when (Results 1 – 6 of 6) sorted by relevance
/include/net/ |
D | inet_connection_sock.h | 222 unsigned long when, in inet_csk_reset_xmit_timer() argument 227 if (when > max_when) { in inet_csk_reset_xmit_timer() 229 sk, what, when, (void *)_THIS_IP_); in inet_csk_reset_xmit_timer() 230 when = max_when; in inet_csk_reset_xmit_timer() 236 icsk->icsk_timeout = jiffies + when; in inet_csk_reset_xmit_timer() 240 icsk->icsk_ack.timeout = jiffies + when; in inet_csk_reset_xmit_timer() 251 u64 when = (u64)icsk->icsk_rto << icsk->icsk_backoff; in inet_csk_rto_backoff() local 253 return (unsigned long)min_t(u64, when, max_when); in inet_csk_rto_backoff()
|
D | tcp.h | 635 u32 tcp_clamp_probe0_to_user_timeout(const struct sock *sk, u32 when); 1321 unsigned long when, in tcp_reset_xmit_timer() argument 1324 inet_csk_reset_xmit_timer(sk, what, when + tcp_pacing_delay(sk), in tcp_reset_xmit_timer() 1345 u64 when = (u64)tcp_probe0_base(sk) << backoff; in tcp_probe0_when() local 1347 return (unsigned long)min_t(u64, when, max_when); in tcp_probe0_when()
|
/include/linux/ |
D | maple.h | 74 unsigned long when, interval, function; member
|
/include/uapi/asm-generic/ |
D | Kbuild | 4 # (This file is not included when SRCARCH=um since UML does not support UAPI.)
|
/include/asm-generic/ |
D | Kbuild | 4 # (This file is not included when SRCARCH=um since UML borrows several
|
/include/linux/ceph/ |
D | ceph_features.h | 20 #define DEFINE_CEPH_FEATURE_DEPRECATED(bit, incarnation, name, when) \ argument
|