Home
last modified time | relevance | path

Searched refs:reordering (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Dgpio-control-nand.txt23 location used to guard against bus reordering with regards to accesses to
/linux-4.1.27/net/ipv4/
Dtcp_metrics.c491 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()
Dtcp_input.c300 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 …]
Dtcp.c408 tp->reordering = sysctl_tcp_reordering; in tcp_init_sock()
2662 info->tcpi_reordering = tp->reordering; in tcp_get_info()
Dtcp_output.c1911 size_needed = probe_size + (tp->reordering + 1) * tp->mss_cache; in tcp_mtu_probe()
/linux-4.1.27/include/linux/
Dtcp.h222 u32 reordering; /* Packet reordering metric. */ member
/linux-4.1.27/arch/metag/
DKconfig128 reordering of writes from different hardware threads when SMP is
/linux-4.1.27/Documentation/
Dpadata.txt7 encryption and decryption on large numbers of packets without reordering
Dmemory-barriers.txt330 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/
Dromfs.txt172 from the filesystem. It might be resolved by reordering file data to
/linux-4.1.27/Documentation/networking/
Dip-sysctl.txt133 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.
Dtimestamping.txt239 reordering. The one exception is under administrator control: it is
Dscaling.txt169 reordering. The trade-off to sending all packets from the same flow
Dbonding.txt752 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/
Dww-mutex-design.txt159 list-reordering allows for a bit more idiomatic code.
/linux-4.1.27/Documentation/RCU/
Drcu_dereference.txt261 to some reordering from the compiler and CPUs is beside the point.
/linux-4.1.27/include/net/
Dtcp.h1013 return tp->reordering; in tcp_max_burst()
/linux-4.1.27/Documentation/scsi/
DChangeLog.megaraid404 i. Function reordering so that inline functions are defined before they
Dncr53c8xx.txt1809 perform byte reordering each time it is needed. This feature has been