Home
last modified time | relevance | path

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

12

/linux/net/ipv4/
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()
A Dtcp_metrics.c430 if (val < tp->reordering && in tcp_update_metrics()
431 tp->reordering != net->ipv4.sysctl_tcp_reordering) in tcp_update_metrics()
433 tp->reordering); in tcp_update_metrics()
478 if (val && tp->reordering != val) in tcp_init_metrics()
479 tp->reordering = val; in tcp_init_metrics()
A Dtcp_input.c418 nr_segs = max_t(u32, nr_segs, tp->reordering + 1); in tcp_sndbuf_expand()
1044 if ((metric > tp->reordering * mss) && mss) { in tcp_check_sack_reordering()
1048 tp->reordering, in tcp_check_sack_reordering()
1053 tp->reordering = min_t(u32, (metric + mss - 1) / mss, in tcp_check_sack_reordering()
2030 tp->reordering = min_t(u32, tp->packets_out + addend, in tcp_check_reno_reordering()
2162 tp->reordering = min_t(unsigned int, tp->reordering, in tcp_enter_loss()
2323 if (!tcp_is_rack(sk) && tcp_dupack_heuristics(tp) > tp->reordering) in tcp_time_to_recover()
2385 int sacked_upto = tp->sacked_out - tp->reordering; in tcp_update_scoreboard()
2864 tp->snd_una + tp->reordering * tp->mss_cache); in tcp_force_fast_retransmit()
3462 if (tcp_sk(sk)->reordering > sock_net(sk)->ipv4.sysctl_tcp_reordering) in tcp_may_raise_cwnd()
A Dtcp.c444 tp->reordering = sock_net(sk)->ipv4.sysctl_tcp_reordering; in tcp_init_sock()
3705 info->tcpi_reordering = tp->reordering; in tcp_get_info()
3876 nla_put_u32(stats, TCP_NLA_REORDERING, tp->reordering); in tcp_get_timestamping_opt_stats()
/linux/Documentation/devicetree/bindings/display/bridge/
A Dti,sn65dsi86.yaml120 reordering but only on physical ports 0 and 1.
134 reordering in any way.
/linux/Documentation/devicetree/bindings/mtd/
A Dgpio-control-nand.txt23 location used to guard against bus reordering with regards to accesses to
/linux/Documentation/block/
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/include/linux/
A Dtcp.h273 u32 reordering; /* Packet reordering metric. */ member
/linux/tools/perf/Documentation/
A Dperf.data-file-format.txt461 below). perf record guarantees that there is no reordering over a
520 No event reordering over this header. No payload.
/linux/Documentation/core-api/
A Dpadata.rst13 decryption on large numbers of packets without reordering those packets. This
/linux/Documentation/devicetree/bindings/media/
A Dvideo-interfaces.yaml169 support lane reordering, monotonically incremented values shall be used
/linux/Documentation/
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.
/linux/Documentation/admin-guide/media/
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.
/linux/Documentation/networking/device_drivers/ethernet/freescale/
A Ddpaa.rst199 This ensures a very low rate of frame reordering. A drawback of this
/linux/Documentation/filesystems/
A Dromfs.rst179 from the filesystem. It might be resolved by reordering file data to
/linux/tools/memory-model/Documentation/
A Dcontrol-dependencies.txt242 (*) Control dependencies require that the compiler avoid reordering the
A Dsimple.txt25 In single-threaded code, there is no reordering, at least assuming
/linux/Documentation/networking/
A Dl2tp.rst192 RECV_TIMEOUT N Timeout to wait when reordering received
237 RECV_TIMEOUT N Timeout to wait when reordering received
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
A Dnexthop-group-resilient.rst42 the same server, the issue is that different latencies and reordering along
A Dip-sysctl.rst250 common IP source address. Note that reordering of packets is
264 reordering of packets occurs, which could lead to poor application
619 RACK: 0x2 makes RACK's reordering window static (min_rtt/4).
627 Initial reordering level of packets in a TCP stream.
628 TCP stack can then dynamically adjust flow reordering level
634 Maximal reordering level of packets in a TCP stream.
/linux/Documentation/userspace-api/media/v4l/
A Ddev-decoder.rst77 coded format includes a feature of frame reordering; for decoders,
709 format, e.g. frame reordering.
727 reordering is used,
A Ddev-encoder.rst462 e.g. frame reordering.
476 reordering is used,
/linux/Documentation/locking/
A Dww-mutex-design.rst185 list-reordering allows for a bit more idiomatic code::
/linux/Documentation/RCU/
A Drcu_dereference.rst253 to some reordering from the compiler and CPUs is beside the point.

Completed in 88 milliseconds

12