/openbmc/linux/Documentation/dev-tools/ |
H A 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.
|
/openbmc/linux/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 | 451 nr_segs = max_t(u32, nr_segs, tp->reordering + 1); in tcp_sndbuf_expand() 1074 if ((metric > tp->reordering * mss) && mss) { in tcp_check_sack_reordering() 1078 tp->reordering, in tcp_check_sack_reordering() 1083 tp->reordering = min_t(u32, (metric + mss - 1) / mss, in tcp_check_sack_reordering() 2062 tp->reordering = min_t(u32, tp->packets_out + addend, in tcp_check_reno_reordering() 2185 u8 reordering; in tcp_enter_loss() local 2206 reordering = READ_ONCE(net->ipv4.sysctl_tcp_reordering); in tcp_enter_loss() 2208 tp->sacked_out >= reordering) in tcp_enter_loss() 2209 tp->reordering = min_t(unsigned int, tp->reordering, in tcp_enter_loss() 2210 reordering); in tcp_enter_loss() [all …]
|
/openbmc/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).
|
/openbmc/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
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Arphic-1999 | 16 …hose fonts created through any modification including modifying glyph, reordering glyph, convertin… 30 …e modify your copy of this Font in any way, including modifying glyph, reordering glyph, convertin…
|
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ |
H A D | Arphic-Public-License | 16 …hose fonts created through any modification including modifying glyph, reordering glyph, convertin… 30 …e modify your copy of this Font in any way, including modifying glyph, reordering glyph, convertin…
|
/openbmc/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
|
/openbmc/linux/include/linux/ |
H A D | tcp.h | 305 u32 reordering; /* Packet reordering metric. */ member
|
/openbmc/u-boot/Documentation/devicetree/bindings/ram/ |
H A D | fsl,mpc83xx-mem-controller.txt | 44 - m_odr: Disable memory transaction reordering; possible
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc/ |
H A D | 0001-byacc-do-not-reorder-CC-and-CFLAGS.patch | 4 part should below to CFLAGS and then do reordering. It doesn't make much sense
|
/openbmc/linux/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.
|
/openbmc/linux/Documentation/core-api/ |
H A D | padata.rst | 13 decryption on large numbers of packets without reordering those packets. This
|
/openbmc/linux/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.
|
/openbmc/linux/Documentation/ |
H A D | memory-barriers.txt | 368 can use a variety of tricks to improve performance, including reordering, 912 (*) Control dependencies require that the compiler avoid reordering the 1540 (*) Prevents the compiler from reordering accesses following the 1868 compiler and the CPU from reordering them. 2052 respectively, this same reordering can occur if the lock's ACQUIRE and 2071 It might appear that this reordering could introduce a deadlock. 2078 the reordering, not the compiler. If the compiler (or, for 2343 Under normal operation, memory operation reordering is generally not going to 2346 circumstances in which reordering definitely _could_ be a problem: 2870 and st.rel instructions (respectively) that prevent such reordering.
|
/openbmc/linux/Documentation/filesystems/ |
H A D | romfs.rst | 179 from the filesystem. It might be resolved by reordering file data to
|
/openbmc/linux/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
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | control-dependencies.txt | 242 (*) Control dependencies require that the compiler avoid reordering the
|
H A D | simple.txt | 25 In single-threaded code, there is no reordering, at least assuming
|
/openbmc/linux/Documentation/networking/ |
H A D | tls-offload.rst | 194 In presence of packet drops or network packet reordering, the device may lose 496 A device is permitted to perform packet reordering for consecutive
|
H A D | l2tp.rst | 192 RECV_TIMEOUT N Timeout to wait when reordering received 237 RECV_TIMEOUT N Timeout to wait when reordering received
|
H A D | nexthop-group-resilient.rst | 42 the same server, the issue is that different latencies and reordering along
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | dev-decoder.rst | 83 coded format includes a feature of frame reordering; for decoders, 716 format, e.g. frame reordering. 734 reordering is used,
|
H A D | dev-encoder.rst | 462 e.g. frame reordering. 476 reordering is used,
|