| /linux/net/ipv4/ |
| H A D | tcp_recovery.c | 10 /* If reordering has not been observed, be aggressive during in tcp_rack_reo_wnd() 16 if (tp->sacked_out >= tp->reordering && in tcp_rack_reo_wnd() 22 /* To be more reordering resilient, allow min_rtt/4 settling delay. in tcp_rack_reo_wnd() 23 * Use min_rtt instead of the smoothed RTT because reordering is in tcp_rack_reo_wnd() 50 * is being more resilient to reordering by simply allowing some 82 * the recent RTT plus the reordering window. in tcp_rack_detect_loss() 146 /* We have waited long enough to accommodate reordering. Mark the expired 171 * If a DSACK is received that seems like it may have been due to reordering 174 * due to reordering delay longer than reo_wnd. 222 if ((state < TCP_CA_Recovery && tp->sacked_out >= tp->reordering) || in tcp_newreno_mark_lost()
|
| H A D | tcp_input.c | 605 nr_segs = max_t(u32, nr_segs, tp->reordering + 1); in tcp_sndbuf_expand() 1239 * DSACKs that may have been due to reordering causing RACK to trigger in tcp_dsack_seen() 1241 * without having seen reordering, or that match TLP probes (TLP in tcp_dsack_seen() 1254 /* It's reordering when higher sequence was delivered (i.e. sacked) before 1255 * some lower never-retransmitted sequence ("low_seq"). The maximum reordering 1256 * distance is approximated in full-mss packet distance ("reordering"). 1270 if ((metric > tp->reordering * mss) && mss) { in tcp_check_sack_reordering() 1274 tp->reordering, in tcp_check_sack_reordering() 1279 tp->reordering = min_t(u32, (metric + mss - 1) / mss, in tcp_check_sack_reordering() 1368 * Reordering detection. [all …]
|
| /linux/rust/kernel/sync/ |
| H A D | barrier.rs | 12 /// A barrier that prevents compiler from reordering memory accesses across the barrier. 24 /// A barrier that prevents compiler and CPU from reordering memory accesses across the barrier. 37 /// A barrier that prevents compiler and CPU from reordering memory write accesses across the 51 /// A barrier that prevents compiler and CPU from reordering memory read accesses across the
|
| /linux/include/media/i2c/ |
| H A D | adv7604.h | 23 * Bus rotation and reordering. This is used to specify component reordering on 100 /* Bus rotation and reordering */
|
| H A D | adv7842.h | 21 * Bus rotation and reordering. This is used to specify component reordering on 138 /* Bus rotation and reordering */
|
| /linux/arch/mips/include/asm/ |
| H A D | sync.h | 24 * load/store datapath beyond which reordering is not possible before 118 * expect due to reordering & speculation: 121 * be executed after the LL - this is the reordering case. 127 * This reordering case is fixed by 3A R2 CPUs, ie. 3A2000 models and later.
|
| H A D | compiler.h | 36 * which GCC is prevented from reordering past, prior to __builtin_unreachable
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | 11n_rxreorder.c | 226 * This function returns the pointer to an entry in Rx reordering 246 /* This function retrieves the pointer to an entry in Rx reordering 271 * buffered in Rx reordering table. 293 * This function flushes all the packets in Rx reordering table. 297 * them and then dumps the Rx reordering table. 319 * This function creates an entry in Rx reordering table for the 535 * This function identifies if Rx reordering is needed for a received packet. 537 * In case reordering is required, the function will do the reordering 542 * the packet is reordered and all the packets in the updated Rx reordering
|
| H A D | sta_rx.c | 185 * Rx reordering routine if 11n is enabled. 228 * directly to os. Don't pass thru rx reordering in mwifiex_process_sta_rx_packet()
|
| /linux/tools/include/uapi/linux/ |
| H A D | tcp.h | 182 * No apparent reordering, packet loss, or ECN marks. 189 * loss or reordering but needs further information to confirm packets 280 __u32 tcpi_reord_seen; /* reordering events seen */ 300 TCP_NLA_REORDERING, /* Reordering metric */ 312 TCP_NLA_REORD_SEEN, /* reordering events seen */
|
| /linux/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/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/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_rq.c | 39 * and/or CPU from reordering the reads which would potentially in enic_rq_cq_desc_dec() 58 * and/or CPU from reordering the reads which would potentially in enic_rq_cq_desc_dec() 79 * and/or CPU from reordering the reads which would potentially in enic_rq_cq_desc_dec()
|
| /linux/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/arch/alpha/include/asm/ |
| H A D | rwonce.h | 17 * For the curious, more information about this unusual reordering is
|
| /linux/arch/arm/include/asm/ |
| H A D | neon.h | 17 * compilation unit. To prevent issues that may arise from GCC reordering or
|
| /linux/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/drivers/platform/x86/amd/ |
| H A D | Kconfig | 16 that alters CPU core reordering. This bias prefers cores with higher
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-fpa.h | 233 /* Prevent GCC from reordering around free */ in cvmx_fpa_free_nosync() 258 * prevent GCC from reordering operations to after the in cvmx_fpa_free()
|
| /linux/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/drivers/scsi/fnic/ |
| H A D | cq_desc.h | 54 * and/or CPU from reordering the reads which would potentially in cq_desc_dec()
|
| /linux/drivers/scsi/snic/ |
| H A D | cq_desc.h | 52 * and/or CPU from reordering the reads which would potentially in cq_desc_dec()
|
| /linux/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/tools/testing/selftests/net/packetdrill/ |
| H A D | defaults.sh | 32 # TCP reordering degree ("dupthresh" threshold for entering Fast Recovery).
|
| /linux/include/linux/ |
| H A D | kcsan.h | 57 * Scoped access for modeling access reordering to detect missing memory
|