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:li_length
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ccids/lib/
H
A
D
loss_interval.c
31
return lh->ring[LIH_INDEX(lh->counter - i - 1)]->
li_length
;
in tfrc_lh_get_interval()
95
if (len - (s64)cur->
li_length
<= 0) /* duplicate or reordered */
in tfrc_lh_update_i_mean()
112
cur->
li_length
= len;
in tfrc_lh_update_i_mean()
154
lh->i_mean = new->
li_length
= (*calc_first_li)(sk);
in tfrc_lh_interval_add()
156
cur->
li_length
= dccp_delta_seqno(cur->li_seqno, new->li_seqno);
in tfrc_lh_interval_add()
157
new->
li_length
= dccp_delta_seqno(new->li_seqno,
in tfrc_lh_interval_add()
H
A
D
loss_interval.h
26
* @
li_length
: Loss interval sequence length
32
u32
li_length
;
member
/kernel/linux/linux-6.6/net/dccp/ccids/lib/
H
A
D
loss_interval.c
31
return lh->ring[LIH_INDEX(lh->counter - i - 1)]->
li_length
;
in tfrc_lh_get_interval()
98
if (len - (s64)cur->
li_length
<= 0) /* duplicate or reordered */
in tfrc_lh_update_i_mean()
115
cur->
li_length
= len;
in tfrc_lh_update_i_mean()
157
lh->i_mean = new->
li_length
= (*calc_first_li)(sk);
in tfrc_lh_interval_add()
159
cur->
li_length
= dccp_delta_seqno(cur->li_seqno, new->li_seqno);
in tfrc_lh_interval_add()
160
new->
li_length
= dccp_delta_seqno(new->li_seqno,
in tfrc_lh_interval_add()
H
A
D
loss_interval.h
26
* @
li_length
: Loss interval sequence length
32
u32
li_length
;
member
Completed in 2 milliseconds