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:ce_threshold
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
codel_impl.h
56
params->
ce_threshold
= CODEL_DISABLED_THRESHOLD;
in codel_params_init()
249
if (skb && codel_time_after(vars->ldelay, params->
ce_threshold
) &&
in codel_dequeue()
H
A
D
codel.h
101
* @
ce_threshold
: threshold for marking packets with ECN CE
108
codel_time_t
ce_threshold
;
member
146
* ce_mark: number of packets CE marked because sojourn time was above
ce_threshold
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_codel.c
160
q->params.
ce_threshold
= (val * NSEC_PER_USEC) >> CODEL_SHIFT;
in codel_change()
234
if (q->params.
ce_threshold
!= CODEL_DISABLED_THRESHOLD &&
in codel_dump()
236
codel_time_to_us(q->params.
ce_threshold
)))
in codel_dump()
H
A
D
sch_fq.c
112
u64
ce_threshold
;
member
580
if ((s64)(now - time_next_packet - q->
ce_threshold
) > 0) {
in fq_dequeue()
887
q->
ce_threshold
= (u64)NSEC_PER_USEC *
in fq_change()
957
/* Default
ce_threshold
of 4294 seconds */
in fq_init()
958
q->
ce_threshold
= (u64)NSEC_PER_USEC * ~0U;
in fq_init()
973
u64
ce_threshold
= q->
ce_threshold
;
in fq_dump()
local
983
do_div(
ce_threshold
, NSEC_PER_USEC);
in fq_dump()
998
nla_put_u32(skb, TCA_FQ_CE_THRESHOLD, (u32)
ce_threshold
) ||
in fq_dump()
H
A
D
sch_fq_codel.c
406
q->cparams.
ce_threshold
= (val * NSEC_PER_USEC) >> CODEL_SHIFT;
in fq_codel_change()
545
if (q->cparams.
ce_threshold
!= CODEL_DISABLED_THRESHOLD &&
in fq_codel_dump()
547
codel_time_to_us(q->cparams.
ce_threshold
)))
in fq_codel_dump()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_codel.c
157
q->params.
ce_threshold
= (val * NSEC_PER_USEC) >> CODEL_SHIFT;
in codel_change()
231
if (q->params.
ce_threshold
!= CODEL_DISABLED_THRESHOLD &&
in codel_dump()
233
codel_time_to_us(q->params.
ce_threshold
)))
in codel_dump()
H
A
D
sch_fq.c
112
u64
ce_threshold
;
member
580
if ((s64)(now - time_next_packet - q->
ce_threshold
) > 0) {
in fq_dequeue()
884
q->
ce_threshold
= (u64)NSEC_PER_USEC *
in fq_change()
954
/* Default
ce_threshold
of 4294 seconds */
in fq_init()
955
q->
ce_threshold
= (u64)NSEC_PER_USEC * ~0U;
in fq_init()
970
u64
ce_threshold
= q->
ce_threshold
;
in fq_dump()
local
980
do_div(
ce_threshold
, NSEC_PER_USEC);
in fq_dump()
995
nla_put_u32(skb, TCA_FQ_CE_THRESHOLD, (u32)
ce_threshold
) ||
in fq_dump()
H
A
D
sch_fq_codel.c
405
q->cparams.
ce_threshold
= (val * NSEC_PER_USEC) >> CODEL_SHIFT;
in fq_codel_change()
549
if (q->cparams.
ce_threshold
!= CODEL_DISABLED_THRESHOLD) {
in fq_codel_dump()
551
codel_time_to_us(q->cparams.
ce_threshold
)))
in fq_codel_dump()
/kernel/linux/linux-6.6/include/net/
H
A
D
codel_impl.h
58
params->
ce_threshold
= CODEL_DISABLED_THRESHOLD;
in codel_params_init()
253
if (skb && codel_time_after(vars->ldelay, params->
ce_threshold
)) {
in codel_dequeue()
H
A
D
codel.h
99
* @
ce_threshold
: threshold for marking packets with ECN CE
103
* @ce_threshold_selector: apply
ce_threshold
to packets matching this value
109
codel_time_t
ce_threshold
;
member
149
* @ce_mark: number of packets CE marked because sojourn time was above
ce_threshold
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
sta_info.c
516
sta->cparams.
ce_threshold
= CODEL_DISABLED_THRESHOLD;
in sta_info_alloc()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
sta_info.c
682
sta->cparams.
ce_threshold
= CODEL_DISABLED_THRESHOLD;
in __sta_info_alloc()
Completed in 14 milliseconds