| /linux-6.15/net/ipv4/ |
| H A D | tcp_recovery.c | 16 if (tp->sacked_out >= tp->reordering && in tcp_rack_reo_wnd() 222 if ((state < TCP_CA_Recovery && tp->sacked_out >= tp->reordering) || in tcp_newreno_mark_lost()
|
| H A D | tcp_metrics.c | 450 if (val < tp->reordering && in tcp_update_metrics() 451 tp->reordering != in tcp_update_metrics() 454 tp->reordering); in tcp_update_metrics() 498 if (val && tp->reordering != val) in tcp_init_metrics() 499 tp->reordering = val; in tcp_init_metrics()
|
| H A D | tcp_input.c | 458 nr_segs = max_t(u32, nr_segs, tp->reordering + 1); in tcp_sndbuf_expand() 1104 if ((metric > tp->reordering * mss) && mss) { in tcp_check_sack_reordering() 1108 tp->reordering, in tcp_check_sack_reordering() 2083 tp->reordering = min_t(u32, tp->packets_out + addend, in tcp_check_reno_reordering() 2206 u8 reordering; in tcp_enter_loss() local 2229 tp->sacked_out >= reordering) in tcp_enter_loss() 2230 tp->reordering = min_t(unsigned int, tp->reordering, in tcp_enter_loss() 2231 reordering); in tcp_enter_loss() 2456 int sacked_upto = tp->sacked_out - tp->reordering; in tcp_update_scoreboard() 3003 tp->snd_una + tp->reordering * tp->mss_cache); in tcp_force_fast_retransmit() [all …]
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | kcsan.rst | 225 memory operation from reordering before the barrier. Developers should 285 based on modeling access reordering (with ``CONFIG_KCSAN_WEAK_MEMORY=y``). 287 simulated reordering within the scope of its function (at most 1 in-flight 290 Once an access has been selected for reordering, it is checked along every 293 reordering. 312 simulated reordering. After the write of ``flag``, ``x`` is again checked for 315 would not be considered for reordering after the proper release of ``flag``, 323 accesses, and the only access type for which KCSAN simulates reordering. This 324 means reordering of marked accesses is not modeled.
|
| /linux-6.15/tools/memory-model/litmus-tests/ |
| H A D | LB+unlocklockonceonce+poacquireonce.litmus | 10 * the viewpoint of another CPU (the kind of reordering allowed by TSO).
|
| /linux-6.15/Documentation/devicetree/bindings/soc/mediatek/ |
| H A D | mediatek,mt7986-wo-ccif.yaml | 16 aggregation packet reordering or rx header translation) on MT7986 soc.
|
| /linux-6.15/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_limited_transmit_limited-transmit-no-sack.pkt | 32 // It turned out to be reordering, not loss.
|
| H A D | tcp_limited_transmit_limited-transmit-sack.pkt | 32 // It turned out to be reordering, not loss.
|
| H A D | tcp_sack_sack-shift-sacked-7-3-4-8-9-fack.pkt | 24 // RACK reordering timer
|
| /linux-6.15/drivers/platform/x86/amd/ |
| H A D | Kconfig | 15 that alters CPU core reordering. This bias prefers cores with higher
|
| /linux-6.15/Documentation/devicetree/bindings/display/bridge/ |
| H A D | ti,sn65dsi86.yaml | 119 reordering but only on physical ports 0 and 1. 132 reordering in any way.
|
| /linux-6.15/Documentation/devicetree/bindings/media/i2c/ |
| H A D | thine,thp7312.yaml | 98 This property is for lane reordering between the THP7312 and the 140 This property is for lane reordering between the THP7312 and the imaging
|
| /linux-6.15/Documentation/devicetree/bindings/mtd/ |
| H A D | gpio-control-nand.txt | 23 location used to guard against bus reordering with regards to accesses to
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_cc_cubic.c | 107 if (tcp_sk(sk)->reordering > TCP_REORDERING) in tcp_may_raise_cwnd()
|
| /linux-6.15/Documentation/block/ |
| H A D | blk-mq.rst | 98 any reordering. When the device starts processing requests in the hardware 119 There is no reordering at this stage, and each software queue has a set of
|
| /linux-6.15/Documentation/netlink/specs/ |
| H A D | rt_route.yaml | 219 name: reordering
|
| /linux-6.15/Documentation/networking/net_cachelines/ |
| H A D | tcp_sock.rst | 89 u32 reordering read_mostly tcp_s…
|
| /linux-6.15/include/linux/ |
| H A D | tcp.h | 207 u32 reordering; /* Packet reordering metric. */ member
|
| /linux-6.15/Documentation/networking/ |
| H A D | xsk-tx-metadata.rst | 81 packet reordering, a packet with a launch time request will block other
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf.data-file-format.txt | 463 below). perf record guarantees that there is no reordering over a 522 No event reordering over this header. No payload.
|
| /linux-6.15/Documentation/core-api/ |
| H A D | padata.rst | 13 decryption on large numbers of packets without reordering those packets. This
|
| /linux-6.15/Documentation/devicetree/bindings/media/ |
| H A D | video-interfaces.yaml | 172 support lane reordering, monotonically incremented values shall be used
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | imx.rst | 54 along with block reordering, in coordination with vertical flip. 208 pixel reordering within the same colorspace can be carried out by the 324 de-interlace without motion compensation, and pixel reordering.
|
| /linux-6.15/Documentation/ |
| H A D | memory-barriers.txt | 367 can use a variety of tricks to improve performance, including reordering, 919 (*) Control dependencies require that the compiler avoid reordering the 1547 (*) Prevents the compiler from reordering accesses following the 1875 compiler and the CPU from reordering them. 2059 respectively, this same reordering can occur if the lock's ACQUIRE and 2078 It might appear that this reordering could introduce a deadlock. 2085 the reordering, not the compiler. If the compiler (or, for 2350 Under normal operation, memory operation reordering is generally not going to 2353 circumstances in which reordering definitely _could_ be a problem: 2877 and st.rel instructions (respectively) that prevent such reordering.
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/freescale/ |
| H A D | dpaa.rst | 199 This ensures a very low rate of frame reordering. A drawback of this
|