Home
last modified time | relevance | path

Searched refs:RTT (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/Documentation/driver-api/nvdimm/
H A Dbtt.rst169 d. In-memory data structure: Read Tracking Table (RTT)
181 incorrect data. To prevent this, we introduce the RTT.
183 The RTT is a simple, per arena table with 'nfree' entries. Every reader inserts
186 RTT for its presence. If the postmap free block is in the RTT, it waits till the
187 reader clears the RTT entry, and only then starts writing to it.
231 4. Enter post-map ABA into RTT[lane]
235 8. Remove post-map ABA entry from RTT[lane]
244 4. Scan the RTT to check if free block is present, and spin/wait if it is.
/openbmc/linux/Documentation/devicetree/bindings/rtc/
H A Datmel,at91sam9260-rtt.yaml8 title: Atmel AT91 RTT
46 RTT is used as an RTC. The first cell should point to the GPBR node
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dfirmware.h29 RTT = 20, enumerator
H A Dfirmware.c29 DEFINE(RTT),
/openbmc/linux/net/rxrpc/
H A DKconfig44 extended RTT time to be modelled. The delay can be configured using
/openbmc/linux/Documentation/networking/device_drivers/ethernet/chelsio/
H A Dcxgb.rst181 receiver. Due to the variations of RTT, you may want to increase the buffer
187 RX_WINDOW >= 1.25MBytes * RTT(in milliseconds)
188 Example for RTT with 100us: RX_WINDOW = (1,250,000 * 0.1) = 125,000
/openbmc/linux/net/ipv4/
H A DKconfig486 BIC-TCP is a sender-side only change that ensures a linear RTT
491 increment ensures linear RTT fairness as well as good
544 long-RTT, large-bandwidth connections, like when satellite legs are
611 internal, RTT and Reno fairness, resilience to link loss while
658 o Back off with an average probability that is independent of the RTT.
671 BBR (Bottleneck Bandwidth and RTT) TCP congestion control aims to
/openbmc/linux/Documentation/powerpc/
H A Dpci_iov_resource_on_powernv.rst55 We call this the RTT.
68 the RTT to "authorize" the device to emit that specific interrupt.
70 - Error messages just use the RTT.
/openbmc/linux/Documentation/networking/
H A Dip-sysctl.rst457 RTT fluctuates (e.g., wireless). F-RTO is sender-side only
573 minimum RTT when it is moved to a longer path (e.g., due to traffic
574 engineering). A longer window makes the filter more resistant to RTT
737 for small RTT flows, and reduces system overhead by allowing
915 for flows having small RTT.
939 doubled every other RTT.
1063 RTT/cwnd and reduce bufferbloat.
1129 Number of consecutive congested rounds (RTT) seen after which
1139 Number of consecutive congested rounds (RTT) seen after which
1162 Fraction of packets marked with congestion over a round (RTT) to
[all …]
H A Drxrpc.rst287 client to accept at least one packet per 2*RTT time period.
1034 (#) Get call RTT::
1038 Get the RTT time to the peer in use by a call. The value returned is in
H A Dtimestamping.rst217 depends on factors outside of process control, such as network RTT.
/openbmc/qemu/include/block/
H A Dufs.h60 FIELD(CAP, RTT, 8, 8)
/openbmc/linux/drivers/rtc/
H A DKconfig1496 tristate "AT91SAM9 RTT as RTC"
1501 Some AT91SAM9 SoCs provide an RTT (Real Time Timer) block which
1507 probably want to use the real RTC block instead of the "RTT as an
/openbmc/qemu/hw/ufs/
H A Dufs.c1631 cap = FIELD_DP32(cap, CAP, RTT, 2); in ufs_init_hc()