Home
last modified time | relevance | path

Searched full:reordering (Results 1 – 25 of 139) sorted by relevance

123456

/linux/rust/kernel/sync/
H A Dbarrier.rs44 /// A barrier that prevents compiler from reordering memory accesses across the barrier. in smp_wmb()
82 /// A barrier that prevents compiler and CPU from reordering memory accesses across the barrier.
84 /// The specific forms of reordering can be specified using the parameter.
106 /// A barrier that prevents compiler and CPU from reordering memory accesses across the barrier.
123 /// A barrier that prevents compiler and CPU from reordering memory accesses across the barrier.
/linux/include/media/i2c/
H A Dadv7604.h23 * Bus rotation and reordering. This is used to specify component reordering on
100 /* Bus rotation and reordering */
H A Dadv7842.h21 * Bus rotation and reordering. This is used to specify component reordering on
138 /* Bus rotation and reordering */
/linux/arch/mips/include/asm/
H A Dsync.h24 * 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 Dcompiler.h36 * which GCC is prevented from reordering past, prior to __builtin_unreachable
/linux/tools/include/uapi/linux/
H A Dtcp.h182 * 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/drivers/net/wireless/marvell/mwifiex/
H A D11n_rxreorder.c226 * 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 Dsta_rx.c185 * Rx reordering routine if 11n is enabled.
228 * directly to os. Don't pass thru rx reordering in mwifiex_process_sta_rx_packet()
/linux/net/rxrpc/
H A Dinput_rack.c101 * Detect data segment reordering [RFC8958 6.2 Step 3].
146 * Update the reordering window [RFC8958 6.2 Step 4]. Returns the updated
147 * duration of the reordering window.
164 /* DSACK-based reordering window adaptation */ in rxrpc_rack_update_reo_wnd()
169 /* Grow the reordering window per round that sees DSACK. Reset the in rxrpc_rack_update_reo_wnd()
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dthine,thp7312.yaml98 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 Dti,sn65dsi86.yaml119 reordering but only on physical ports 0 and 1.
132 reordering in any way.
/linux/tools/memory-model/litmus-tests/
H A DLB+unlocklockonceonce+poacquireonce.litmus10 * the viewpoint of another CPU (the kind of reordering allowed by TSO).
/linux/arch/alpha/include/asm/
H A Drwonce.h17 * For the curious, more information about this unusual reordering is
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_rq.c39 * 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/arch/arm/include/asm/
H A Dneon.h17 * compilation unit. To prevent issues that may arise from GCC reordering or
/linux/Documentation/devicetree/bindings/soc/mediatek/
H A Dmediatek,mt7986-wo-ccif.yaml16 aggregation packet reordering or rx header translation) on MT7986 soc.
/linux/tools/testing/selftests/ublk/
H A Dtest_generic_02.sh50 echo "I/O reordering detected:"
/linux/drivers/scsi/fnic/
H A Dcq_desc.h54 * and/or CPU from reordering the reads which would potentially in cq_desc_dec()
/linux/drivers/scsi/snic/
H A Dcq_desc.h52 * and/or CPU from reordering the reads which would potentially in cq_desc_dec()
/linux/drivers/platform/x86/amd/
H A DKconfig16 that alters CPU core reordering. This bias prefers cores with higher
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-fpa.h233 /* 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 Dblk-mq.rst98 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/Documentation/devicetree/bindings/mtd/
H A Dgpio-control-nand.txt23 location used to guard against bus reordering with regards to accesses to
/linux/include/linux/
H A Dtcp.h210 u32 reordering; /* Packet reordering metric. */ member
387 u8 reo_wnd_steps; /* Allowed reordering window */
420 u32 reord_seen; /* number of data packet reordering events */
/linux/tools/testing/selftests/net/packetdrill/
H A Ddefaults.sh32 # TCP reordering degree ("dupthresh" threshold for entering Fast Recovery).

123456