Searched refs:when (Results 1 – 6 of 6) sorted by relevance
| /include/net/ |
| D | inet_connection_sock.h | 224 unsigned long when, in inet_csk_reset_xmit_timer() argument 229 if (when > max_when) { in inet_csk_reset_xmit_timer() 231 sk, what, when, (void *)_THIS_IP_); in inet_csk_reset_xmit_timer() 232 when = max_when; in inet_csk_reset_xmit_timer() 238 icsk->icsk_timeout = jiffies + when; in inet_csk_reset_xmit_timer() 242 icsk->icsk_ack.timeout = jiffies + when; in inet_csk_reset_xmit_timer() 253 u64 when = (u64)icsk->icsk_rto << icsk->icsk_backoff; in inet_csk_rto_backoff() local 255 return (unsigned long)min_t(u64, when, max_when); in inet_csk_rto_backoff()
|
| D | tcp.h | 715 u32 tcp_clamp_probe0_to_user_timeout(const struct sock *sk, u32 when); 1442 unsigned long when, in tcp_reset_xmit_timer() argument 1445 inet_csk_reset_xmit_timer(sk, what, when + tcp_pacing_delay(sk), in tcp_reset_xmit_timer() 1466 u64 when = (u64)tcp_probe0_base(sk) << backoff; in tcp_probe0_when() local 1468 return (unsigned long)min_t(u64, when, max_when); in tcp_probe0_when()
|
| /include/linux/ |
| D | maple.h | 73 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
|