Searched refs:when (Results 1 – 7 of 7) sorted by relevance
/include/net/ |
D | inet_connection_sock.h | 218 unsigned long when, in inet_csk_reset_xmit_timer() argument 223 if (when > max_when) { in inet_csk_reset_xmit_timer() 225 sk, what, when, (void *)_THIS_IP_); in inet_csk_reset_xmit_timer() 226 when = max_when; in inet_csk_reset_xmit_timer() 233 icsk->icsk_timeout = jiffies + when; in inet_csk_reset_xmit_timer() 237 icsk->icsk_ack.timeout = jiffies + when; in inet_csk_reset_xmit_timer() 248 u64 when = (u64)icsk->icsk_rto << icsk->icsk_backoff; in inet_csk_rto_backoff() local 250 return (unsigned long)min_t(u64, when, max_when); in inet_csk_rto_backoff()
|
D | tcp.h | 1286 unsigned long when, in tcp_reset_xmit_timer() argument 1290 inet_csk_reset_xmit_timer(sk, what, when + tcp_pacing_delay(sk, skb), in tcp_reset_xmit_timer() 1309 u64 when = (u64)tcp_probe0_base(sk) << inet_csk(sk)->icsk_backoff; in tcp_probe0_when() local 1311 return (unsigned long)min_t(u64, when, max_when); in tcp_probe0_when()
|
/include/asm-generic/ |
D | Kbuild | 4 # (This file is not included when SRCARCH=um since UML borrows several
|
/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/linux/ceph/ |
D | ceph_features.h | 19 #define DEFINE_CEPH_FEATURE_DEPRECATED(bit, incarnation, name, when) \ argument
|
/include/ |
D | Kbuild | 1180 # Do not test generated headers. Stale headers are often left over when you
|