Searched refs:reordering (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | gpio-control-nand.txt | 23 location used to guard against bus reordering with regards to accesses to
|
/linux-4.1.27/net/ipv4/ |
D | tcp_metrics.c | 491 if (val < tp->reordering && in tcp_update_metrics() 492 tp->reordering != sysctl_tcp_reordering) in tcp_update_metrics() 494 tp->reordering); in tcp_update_metrics() 538 if (val && tp->reordering != val) { in tcp_init_metrics() 541 tp->reordering = val; in tcp_init_metrics()
|
D | tcp_input.c | 300 nr_segs = max_t(u32, nr_segs, tp->reordering + 1); in tcp_sndbuf_expand() 835 if (metric > tp->reordering) { in tcp_update_reordering() 838 tp->reordering = min(sysctl_tcp_max_reordering, metric); in tcp_update_reordering() 854 tp->reordering, in tcp_update_reordering() 1978 tp->reordering = min_t(unsigned int, tp->reordering, in tcp_enter_loss() 2169 if (tcp_dupack_heuristics(tp) > tp->reordering) in tcp_time_to_recover() 2176 if (packets_out <= tp->reordering && in tcp_time_to_recover() 2283 int lost = tp->fackets_out - tp->reordering; in tcp_update_scoreboard() 2288 int sacked_upto = tp->sacked_out - tp->reordering; in tcp_update_scoreboard() 2795 (tcp_fackets_out(tp) > tp->reordering)); in tcp_fastretrans_alert() [all …]
|
D | tcp.c | 408 tp->reordering = sysctl_tcp_reordering; in tcp_init_sock() 2662 info->tcpi_reordering = tp->reordering; in tcp_get_info()
|
D | tcp_output.c | 1911 size_needed = probe_size + (tp->reordering + 1) * tp->mss_cache; in tcp_mtu_probe()
|
/linux-4.1.27/include/linux/ |
D | tcp.h | 222 u32 reordering; /* Packet reordering metric. */ member
|
/linux-4.1.27/arch/metag/ |
D | Kconfig | 128 reordering of writes from different hardware threads when SMP is
|
/linux-4.1.27/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, 812 (*) Control dependencies require that the compiler avoid reordering the 1339 (*) Prevents the compiler from reordering accesses following the 1660 CPU from reordering them. 1836 respectively, this same reordering can occur if the lock's ACQUIRE and 1860 It might appear that this reordering could introduce a deadlock. 1867 the reordering, not the compiler. If the compiler (or, for 2247 Under normal operation, memory operation reordering is generally not going to 2250 circumstances in which reordering definitely _could_ be a problem: 2952 special ld.acq and st.rel instructions that prevent such reordering.
|
/linux-4.1.27/Documentation/filesystems/ |
D | romfs.txt | 172 from the filesystem. It might be resolved by reordering file data to
|
/linux-4.1.27/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 420 Initial reordering level of packets in a TCP stream. 421 TCP stack can then dynamically adjust flow reordering level 426 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 | 752 characteristics but can cause packet reordering. If re-ordering is 2238 of reordering depends upon a variety of factors, including the 2241 cards produce more reordering (due to factors such as packet
|
/linux-4.1.27/Documentation/locking/ |
D | ww-mutex-design.txt | 159 list-reordering allows for a bit more idiomatic code.
|
/linux-4.1.27/Documentation/RCU/ |
D | rcu_dereference.txt | 261 to some reordering from the compiler and CPUs is beside the point.
|
/linux-4.1.27/include/net/ |
D | tcp.h | 1013 return tp->reordering; in tcp_max_burst()
|
/linux-4.1.27/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
|