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:loss_count
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ccids/lib/
H
A
D
packet_history.c
128
for (i = 1; i <= h->
loss_count
; i++)
in tfrc_rx_hist_duplicate()
158
h->
loss_count
= 1;
in __do_track_loss()
170
h->
loss_count
= 2;
in __one_after_loss()
182
h->
loss_count
= 0;
in __one_after_loss()
195
h->
loss_count
= 2;
in __one_after_loss()
208
h->
loss_count
= 3;
in __two_after_loss()
221
h->
loss_count
= 3;
in __two_after_loss()
237
h->
loss_count
= 0;
in __two_after_loss()
241
h->
loss_count
= 1;
in __two_after_loss()
244
} else /* gap exists between S3 and S1,
loss_count
stay
in __two_after_loss()
[all...]
H
A
D
packet_history.h
77
* @
loss_count
: Number of entries in circular history
83
u8
loss_count
:2,
member
102
return h->ring[tfrc_rx_hist_index(h, h->
loss_count
)];
in tfrc_rx_hist_last_rcv()
126
return h->
loss_count
> 0;
in tfrc_rx_hist_loss_pending()
/kernel/linux/linux-6.6/net/dccp/ccids/lib/
H
A
D
packet_history.c
128
for (i = 1; i <= h->
loss_count
; i++)
in tfrc_rx_hist_duplicate()
158
h->
loss_count
= 1;
in __do_track_loss()
170
h->
loss_count
= 2;
in __one_after_loss()
182
h->
loss_count
= 0;
in __one_after_loss()
195
h->
loss_count
= 2;
in __one_after_loss()
208
h->
loss_count
= 3;
in __two_after_loss()
221
h->
loss_count
= 3;
in __two_after_loss()
237
h->
loss_count
= 0;
in __two_after_loss()
241
h->
loss_count
= 1;
in __two_after_loss()
244
} else /* gap exists between S3 and S1,
loss_count
stay
in __two_after_loss()
[all...]
H
A
D
packet_history.h
77
* @
loss_count
: Number of entries in circular history
83
u8
loss_count
:2,
member
102
return h->ring[tfrc_rx_hist_index(h, h->
loss_count
)];
in tfrc_rx_hist_last_rcv()
126
return h->
loss_count
> 0;
in tfrc_rx_hist_loss_pending()
/kernel/linux/linux-5.10/drivers/hsi/controllers/
H
A
D
omap_ssi.h
101
u32
loss_count
;
member
130
* @
loss_count
: To follow if we need to restore context or not
148
u32
loss_count
;
member
H
A
D
omap_ssi_core.c
575
omap_ssi->
loss_count
=
in omap_ssi_runtime_suspend()
588
if ((omap_ssi->get_loss) && (omap_ssi->
loss_count
==
in omap_ssi_runtime_resume()
H
A
D
omap_ssi_port.c
1348
omap_port->
loss_count
=
in omap_ssi_port_runtime_suspend()
1364
if ((omap_ssi->get_loss) && (omap_port->
loss_count
==
in omap_ssi_port_runtime_resume()
/kernel/linux/linux-6.6/drivers/hsi/controllers/
H
A
D
omap_ssi.h
101
u32
loss_count
;
member
130
* @
loss_count
: To follow if we need to restore context or not
148
u32
loss_count
;
member
H
A
D
omap_ssi_core.c
577
omap_ssi->
loss_count
=
in omap_ssi_runtime_suspend()
590
if ((omap_ssi->get_loss) && (omap_ssi->
loss_count
==
in omap_ssi_runtime_resume()
H
A
D
omap_ssi_port.c
1338
omap_port->
loss_count
=
in omap_ssi_port_runtime_suspend()
1354
if ((omap_ssi->get_loss) && (omap_port->
loss_count
==
in omap_ssi_port_runtime_resume()
Completed in 9 milliseconds