Searched full:reordering (Results 1 – 25 of 360) sorted by relevance
12345678910>>...15
| /kernel/linux/linux-6.6/net/ipv4/ |
| 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()
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | tcp_recovery.c | 15 /* If reordering has not been observed, be aggressive during in tcp_rack_reo_wnd() 21 if (tp->sacked_out >= tp->reordering && in tcp_rack_reo_wnd() 27 /* To be more reordering resilient, allow min_rtt/4 settling delay. in tcp_rack_reo_wnd() 28 * Use min_rtt instead of the smoothed RTT because reordering is in tcp_rack_reo_wnd() 55 * is being more resilient to reordering by simply allowing some 87 * the recent RTT plus the reordering window. in tcp_rack_detect_loss() 151 /* We have waited long enough to accommodate reordering. Mark the expired 177 * due to reordering delay longer than reo_wnd. 225 if ((state < TCP_CA_Recovery && tp->sacked_out >= tp->reordering) || in tcp_newreno_mark_lost()
|
| /kernel/linux/linux-6.6/Documentation/dev-tools/ |
| D | kcsan.rst | 215 memory operation from reordering before the barrier. Developers should 275 based on modeling access reordering (with ``CONFIG_KCSAN_WEAK_MEMORY=y``). 277 simulated reordering within the scope of its function (at most 1 in-flight 280 Once an access has been selected for reordering, it is checked along every 283 reordering. 302 simulated reordering. After the write of ``flag``, ``x`` is again checked for 305 would not be considered for reordering after the proper release of ``flag``, 313 accesses, and the only access type for which KCSAN simulates reordering. This 314 means reordering of marked accesses is not modeled.
|
| /kernel/linux/linux-5.10/include/media/i2c/ |
| D | adv7604.h | 23 * Bus rotation and reordering. This is used to specify component reordering on 100 /* Bus rotation and reordering */
|
| D | adv7842.h | 21 * Bus rotation and reordering. This is used to specify component reordering on 138 /* Bus rotation and reordering */
|
| /kernel/linux/linux-6.6/include/media/i2c/ |
| D | adv7604.h | 23 * Bus rotation and reordering. This is used to specify component reordering on 100 /* Bus rotation and reordering */
|
| D | adv7842.h | 21 * Bus rotation and reordering. This is used to specify component reordering on 138 /* Bus rotation and reordering */
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| 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.
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| 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.
|
| /kernel/linux/linux-5.10/tools/include/uapi/linux/ |
| 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 */
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| 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 */ 317 TCP_NLA_REORDERING, /* Reordering metric */ 329 TCP_NLA_REORD_SEEN, /* reordering events seen */
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | tcp.h | 198 * No apparent reordering, packet loss, or ECN marks. 205 * loss or reordering but needs further information to confirm packets 296 __u32 tcpi_reord_seen; /* reordering events seen */ 316 TCP_NLA_REORDERING, /* Reordering metric */ 328 TCP_NLA_REORD_SEEN, /* reordering events seen */
|
| /kernel/linux/linux-6.6/tools/include/uapi/linux/ |
| 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 */
|
| /kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
| D | 11n_rxreorder.c | 238 * This function returns the pointer to an entry in Rx reordering 258 /* This function retrieves the pointer to an entry in Rx reordering 283 * buffered in Rx reordering table. 305 * This function flushes all the packets in Rx reordering table. 309 * them and then dumps the Rx reordering table. 331 * This function creates an entry in Rx reordering table for the 547 * This function identifies if Rx reordering is needed for a received packet. 549 * In case reordering is required, the function will do the reordering 554 * the packet is reordered and all the packets in the updated Rx reordering
|
| /kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
| D | rtw_recv.h | 26 /* for Rx reordering buffer control */ 131 /* These definition is used for Rx packet reordering. */ 226 /* for A-MPDU Rx reordering buffer control */
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
| D | rtl8712_recv.h | 35 /*These definition is used for Rx packet reordering.*/ 128 /*for A-MPDU Rx reordering buffer control*/
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
| D | rtl8712_recv.h | 35 /*These definition is used for Rx packet reordering.*/ 128 /*for A-MPDU Rx reordering buffer control*/
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | padata.h | 60 * @serial: List to wait for serialization after reordering. 93 * @reorder_work: work struct for reordering.
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | padata.h | 60 * @serial: List to wait for serialization after reordering. 93 * @reorder_work: work struct for reordering.
|
| /kernel/linux/linux-6.6/tools/memory-model/litmus-tests/ |
| D | LB+unlocklockonceonce+poacquireonce.litmus | 10 * the viewpoint of another CPU (the kind of reordering allowed by TSO).
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
| D | rtw_recv.h | 40 /* for Rx reordering buffer control */ 171 /* These definition is used for Rx packet reordering. */ 338 /* for A-MPDU Rx reordering buffer control */
|
| /kernel/linux/linux-6.6/arch/alpha/include/asm/ |
| D | rwonce.h | 17 * For the curious, more information about this unusual reordering is
|
| /kernel/linux/linux-5.10/arch/alpha/include/asm/ |
| D | rwonce.h | 17 * For the curious, more information about this unusual reordering is
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/ |
| D | ti,sn65dsi86.yaml | 145 reordering but only on physical ports 0 and 1. 159 reordering in any way.
|
12345678910>>...15