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:class_weight
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_qfq.c
155
u32
class_weight
; /* Weight of each class in this aggregate. */
member
266
agg->
class_weight
= weight;
in qfq_init_agg()
275
if (agg->lmax == lmax && agg->
class_weight
== weight)
in qfq_find_agg()
300
new_agg_weight = agg->
class_weight
* new_num_classes;
in qfq_update_agg()
310
(int) agg->
class_weight
* (new_num_classes - agg->num_classes);
in qfq_update_agg()
337
q->wsum -= agg->
class_weight
;
in qfq_destroy_agg()
448
weight == cl->agg->
class_weight
)
in qfq_change_class()
451
delta_w = weight - (cl ? cl->agg->
class_weight
: 0);
in qfq_change_class()
630
if (nla_put_u32(skb, TCA_QFQ_WEIGHT, cl->agg->
class_weight
) ||
in qfq_dump_class()
648
xstats.weight = cl->agg->
class_weight
;
in qfq_dump_class_stats()
[all...]
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_qfq.c
153
u32
class_weight
; /* Weight of each class in this aggregate. */
member
264
agg->
class_weight
= weight;
in qfq_init_agg()
273
if (agg->lmax == lmax && agg->
class_weight
== weight)
in qfq_find_agg()
298
new_agg_weight = agg->
class_weight
* new_num_classes;
in qfq_update_agg()
308
(int) agg->
class_weight
* (new_num_classes - agg->num_classes);
in qfq_update_agg()
335
q->wsum -= agg->
class_weight
;
in qfq_destroy_agg()
446
weight == cl->agg->
class_weight
)
in qfq_change_class()
449
delta_w = weight - (cl ? cl->agg->
class_weight
: 0);
in qfq_change_class()
633
if (nla_put_u32(skb, TCA_QFQ_WEIGHT, cl->agg->
class_weight
) ||
in qfq_dump_class()
651
xstats.weight = cl->agg->
class_weight
;
in qfq_dump_class_stats()
[all...]
Completed in 4 milliseconds