Searched refs:reordering (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | tcp_metrics.c | 475 if (val < tp->reordering && in tcp_update_metrics() 476 tp->reordering != sysctl_tcp_reordering) in tcp_update_metrics() 478 tp->reordering); in tcp_update_metrics() 522 if (val && tp->reordering != val) { in tcp_init_metrics() 525 tp->reordering = val; in tcp_init_metrics()
|
D | tcp_input.c | 304 nr_segs = max_t(u32, nr_segs, tp->reordering + 1); in tcp_sndbuf_expand() 855 if (metric > tp->reordering) { in tcp_update_reordering() 858 tp->reordering = min(sysctl_tcp_max_reordering, metric); in tcp_update_reordering() 874 tp->reordering, in tcp_update_reordering() 1927 tp->reordering = min_t(unsigned int, tp->reordering, in tcp_enter_loss() 2118 if (tcp_dupack_heuristics(tp) > tp->reordering) in tcp_time_to_recover() 2125 if (packets_out <= tp->reordering && in tcp_time_to_recover() 2232 int lost = tp->fackets_out - tp->reordering; in tcp_update_scoreboard() 2237 int sacked_upto = tp->sacked_out - tp->reordering; in tcp_update_scoreboard() 2766 (tcp_fackets_out(tp) > tp->reordering)); in tcp_fastretrans_alert() [all …]
|
D | tcp.c | 409 tp->reordering = sysctl_tcp_reordering; in tcp_init_sock() 2699 info->tcpi_reordering = tp->reordering; in tcp_get_info()
|
D | tcp_output.c | 1899 size_needed = probe_size + (tp->reordering + 1) * tp->mss_cache; in tcp_mtu_probe()
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | gpio-control-nand.txt | 23 location used to guard against bus reordering with regards to accesses to
|
/linux-4.4.14/include/linux/ |
D | tcp.h | 238 u32 reordering; /* Packet reordering metric. */ member
|
/linux-4.4.14/arch/metag/ |
D | Kconfig | 128 reordering of writes from different hardware threads when SMP is
|
/linux-4.4.14/Documentation/ |
D | padata.txt | 7 encryption and decryption on large numbers of packets without reordering
|
D | memory-barriers.txt | 330 can use a variety of tricks to improve performance, including reordering, 814 (*) Control dependencies require that the compiler avoid reordering the 1341 (*) Prevents the compiler from reordering accesses following the 1668 CPU from reordering them. 1853 respectively, this same reordering can occur if the lock's ACQUIRE and 1872 It might appear that this reordering could introduce a deadlock. 1879 the reordering, not the compiler. If the compiler (or, for 2202 Under normal operation, memory operation reordering is generally not going to 2205 circumstances in which reordering definitely _could_ be a problem: 2908 and st.rel instructions (respectively) that prevent such reordering.
|
/linux-4.4.14/Documentation/filesystems/ |
D | romfs.txt | 172 from the filesystem. It might be resolved by reordering file data to
|
/linux-4.4.14/Documentation/networking/ |
D | ip-sysctl.txt | 133 common IP source address. Note that reordering of packets is 147 reordering of packets occurs, which could lead to poor application 250 recovers when network has a small degree of reordering 446 Initial reordering level of packets in a TCP stream. 447 TCP stack can then dynamically adjust flow reordering level 452 Maximal reordering level of packets in a TCP stream.
|
D | timestamping.txt | 239 reordering. The one exception is under administrator control: it is
|
D | scaling.txt | 169 reordering. The trade-off to sending all packets from the same flow
|
D | bonding.txt | 789 characteristics but can cause packet reordering. If re-ordering is 2322 of reordering depends upon a variety of factors, including the 2325 cards produce more reordering (due to factors such as packet
|
/linux-4.4.14/Documentation/RCU/ |
D | rcu_dereference.txt | 257 to some reordering from the compiler and CPUs is beside the point.
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 159 list-reordering allows for a bit more idiomatic code.
|
/linux-4.4.14/include/net/ |
D | tcp.h | 1058 return tp->reordering; in tcp_max_burst()
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.megaraid | 404 i. Function reordering so that inline functions are defined before they
|
D | ncr53c8xx.txt | 1809 perform byte reordering each time it is needed. This feature has been
|