Home
last modified time | relevance | path

Searched refs:reordering (Results 1 – 25 of 50) sorted by relevance

12

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_recovery.c21 if (tp->sacked_out >= tp->reordering && in tcp_rack_reo_wnd()
225 if ((state < TCP_CA_Recovery && tp->sacked_out >= tp->reordering) || in tcp_newreno_mark_lost()
H A Dtcp_metrics.c430 if (val < tp->reordering && in tcp_update_metrics()
431 tp->reordering != in tcp_update_metrics()
434 tp->reordering); in tcp_update_metrics()
479 if (val && tp->reordering != val) in tcp_init_metrics()
480 tp->reordering = val; in tcp_init_metrics()
H A Dtcp_input.c418 nr_segs = max_t(u32, nr_segs, tp->reordering + 1); in tcp_sndbuf_expand()
1028 if ((metric > tp->reordering * mss) && mss) { in tcp_check_sack_reordering()
1032 tp->reordering, in tcp_check_sack_reordering()
1037 tp->reordering = min_t(u32, (metric + mss - 1) / mss, in tcp_check_sack_reordering()
2016 tp->reordering = min_t(u32, tp->packets_out + addend, in tcp_check_reno_reordering()
2127 u8 reordering; in tcp_enter_loss() local
2148 reordering = READ_ONCE(net->ipv4.sysctl_tcp_reordering); in tcp_enter_loss()
2150 tp->sacked_out >= reordering) in tcp_enter_loss()
2151 tp->reordering = min_t(unsigned int, tp->reordering, in tcp_enter_loss()
2152 reordering); in tcp_enter_loss()
[all …]
H A Dtcp.c445 tp->reordering = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_reordering); in tcp_init_sock()
3481 info->tcpi_reordering = tp->reordering; in tcp_get_info()
3639 nla_put_u32(stats, TCP_NLA_REORDERING, tp->reordering); in tcp_get_timestamping_opt_stats()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/
H A Dgpio-control-nand.txt23 location used to guard against bus reordering with regards to accesses to
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/
H A DArphic-Public-License16 …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…
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A DCVE-2022-3775.patch64 /* CGJ is to avoid diacritics reordering. */
/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h281 u32 reordering; /* Packet reordering metric. */ member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/byacc/byacc/
H A D0001-byacc-do-not-reorder-CC-and-CFLAGS.patch4 part should below to CFLAGS and then do reordering. It doesn't make much sense
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf.data-file-format.txt428 below). perf record guarantees that there is no reordering over a
487 No event reordering over this header. No payload.
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dpadata.rst13 decryption on large numbers of packets without reordering those packets. This
/OK3568_Linux_fs/kernel/Documentation/
H A Dmemory-barriers.txt368 can use a variety of tricks to improve performance, including reordering,
900 (*) Control dependencies require that the compiler avoid reordering the
1528 (*) Prevents the compiler from reordering accesses following the
1856 compiler and the CPU from reordering them.
2031 respectively, this same reordering can occur if the lock's ACQUIRE and
2050 It might appear that this reordering could introduce a deadlock.
2057 the reordering, not the compiler. If the compiler (or, for
2322 Under normal operation, memory operation reordering is generally not going to
2325 circumstances in which reordering definitely _could_ be a problem:
2848 and st.rel instructions (respectively) that prevent such reordering.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dimx.rst54 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.
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/freescale/
H A Ddpaa.rst199 This ensures a very low rate of frame reordering. A drawback of this
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dromfs.rst179 from the filesystem. It might be resolved by reordering file data to
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dml_IN162 % because the first rule reordering stuff starts without a reorder-after:
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dml_IN162 % because the first rule reordering stuff starts without a reorder-after:
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dtls-offload.rst194 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 Dl2tp.rst192 RECV_TIMEOUT N Timeout to wait when reordering received
237 RECV_TIMEOUT N Timeout to wait when reordering received
H A Dip-sysctl.rst198 common IP source address. Note that reordering of packets is
212 reordering of packets occurs, which could lead to poor application
567 RACK: 0x2 makes RACK's reordering window static (min_rtt/4).
575 Initial reordering level of packets in a TCP stream.
576 TCP stack can then dynamically adjust flow reordering level
582 Maximal reordering level of packets in a TCP stream.
/OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/
H A D0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch674 + * compiler is also forbidden from reordering successive instances of
767 - * This macro does absolutely -nothing- to prevent the CPU from reordering,
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Ddev-decoder.rst77 coded format includes a feature of frame reordering; for decoders,
709 format, e.g. frame reordering.
727 reordering is used,
H A Ddev-encoder.rst462 e.g. frame reordering.
476 reordering is used,
/OK3568_Linux_fs/kernel/tools/memory-model/Documentation/
H A Dsimple.txt25 In single-threaded code, there is no reordering, at least assuming

12