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:dq_rate_estimator
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_pie.c
110
/* Set enqueue time only when
dq_rate_estimator
is disabled. */
in pie_qdisc_enqueue()
111
if (!q->params.
dq_rate_estimator
)
in pie_qdisc_enqueue()
190
q->params.
dq_rate_estimator
=
in pie_change()
214
/* If
dq_rate_estimator
is disabled, calculate qdelay using the
in pie_process_dequeue()
217
if (!params->
dq_rate_estimator
) {
in pie_process_dequeue()
311
if (params->
dq_rate_estimator
) {
in pie_calculate_probability()
408
* 3. If average
dq_rate_estimator
is enabled, we have atleast one
in pie_calculate_probability()
414
(!params->
dq_rate_estimator
|| vars->avg_dq_rate > 0)) {
in pie_calculate_probability()
418
if (!params->
dq_rate_estimator
)
in pie_calculate_probability()
482
q->params.
dq_rate_estimator
))
in pie_dump()
[all...]
H
A
D
sch_fq_pie.c
176
/* Set enqueue time only when
dq_rate_estimator
is disabled. */
in fq_pie_qdisc_enqueue()
177
if (!q->p_params.
dq_rate_estimator
)
in fq_pie_qdisc_enqueue()
358
q->p_params.
dq_rate_estimator
=
in fq_pie_change()
489
q->p_params.
dq_rate_estimator
))
in fq_pie_dump()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_pie.c
110
/* Set enqueue time only when
dq_rate_estimator
is disabled. */
in pie_qdisc_enqueue()
111
if (!q->params.
dq_rate_estimator
)
in pie_qdisc_enqueue()
187
q->params.
dq_rate_estimator
=
in pie_change()
211
/* If
dq_rate_estimator
is disabled, calculate qdelay using the
in pie_process_dequeue()
214
if (!params->
dq_rate_estimator
) {
in pie_process_dequeue()
308
if (params->
dq_rate_estimator
) {
in pie_calculate_probability()
405
* 3. If average
dq_rate_estimator
is enabled, we have at least one
in pie_calculate_probability()
411
(!params->
dq_rate_estimator
|| vars->avg_dq_rate > 0)) {
in pie_calculate_probability()
415
if (!params->
dq_rate_estimator
)
in pie_calculate_probability()
482
q->params.
dq_rate_estimator
))
in pie_dump()
[all...]
H
A
D
sch_fq_pie.c
176
/* Set enqueue time only when
dq_rate_estimator
is disabled. */
in fq_pie_qdisc_enqueue()
177
if (!q->p_params.
dq_rate_estimator
)
in fq_pie_qdisc_enqueue()
355
q->p_params.
dq_rate_estimator
=
in fq_pie_change()
488
q->p_params.
dq_rate_estimator
))
in fq_pie_dump()
/kernel/linux/linux-5.10/include/net/
H
A
D
pie.h
26
* @
dq_rate_estimator
: is Little's law used for qdelay calculation
36
u8
dq_rate_estimator
;
member
98
params->
dq_rate_estimator
= false;
in pie_params_init()
/kernel/linux/linux-6.6/include/net/
H
A
D
pie.h
26
* @
dq_rate_estimator
: is Little's law used for qdelay calculation
36
u8
dq_rate_estimator
;
member
98
params->
dq_rate_estimator
= false;
in pie_params_init()
Completed in 4 milliseconds