Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:rtt_count
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
rtt.c
161
if (peer->
rtt_count
< 3)
in rxrpc_peer_add_rtt()
162
peer->
rtt_count
++;
in rxrpc_peer_add_rtt()
H
A
D
output.c
414
(call->peer->
rtt_count
< 3 && sp->hdr.seq & 1) ||
in rxrpc_send_data_packet()
472
if (call->peer->
rtt_count
> 1) {
in rxrpc_send_data_packet()
H
A
D
call_accept.c
249
if (call->peer->
rtt_count
< 3 ||
in rxrpc_send_ping()
H
A
D
peer_object.c
520
if (peer->
rtt_count
== 0) {
in rxrpc_kernel_get_srtt()
H
A
D
ar-internal.h
305
unsigned int
rtt_count
; /* Number of samples we've got */
member
H
A
D
input.c
94
if (call->peer->
rtt_count
== 0)
in rxrpc_congestion_management()
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
rtt.c
161
if (peer->
rtt_count
< 3)
in rxrpc_peer_add_rtt()
162
peer->
rtt_count
++;
in rxrpc_peer_add_rtt()
H
A
D
call_event.c
363
if (call->peer->
rtt_count
< 3 ||
in rxrpc_send_initial_ping()
500
if (call->peer->
rtt_count
< 3)
in rxrpc_input_call_event()
H
A
D
output.c
374
else if (call->peer->
rtt_count
< 3 && txb->seq & 1)
in rxrpc_send_data_packet()
449
if (call->peer->
rtt_count
> 1) {
in rxrpc_send_data_packet()
H
A
D
peer_object.c
487
if (peer->
rtt_count
== 0) {
in rxrpc_kernel_get_srtt()
H
A
D
input.c
75
if (call->peer->
rtt_count
== 0)
in rxrpc_congestion_management()
H
A
D
ar-internal.h
348
unsigned int
rtt_count
; /* Number of samples we've got */
member
Completed in 14 milliseconds