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:nonfull_aggs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_qfq.c
166
struct hlist_node nonfull_next; /* See
nonfull_aggs
in qfq_sched. */
195
struct hlist_head
nonfull_aggs
; /* Aggs with room for more classes. */
member
263
hlist_add_head(&agg->nonfull_next, &q->
nonfull_aggs
);
in qfq_init_agg()
274
hlist_for_each_entry(agg, &q->
nonfull_aggs
, nonfull_next)
in qfq_find_agg()
293
hlist_add_head(&agg->nonfull_next, &q->
nonfull_aggs
);
in qfq_update_agg()
1464
INIT_HLIST_HEAD(&q->
nonfull_aggs
);
in qfq_init_qdisc()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_qfq.c
164
struct hlist_node nonfull_next; /* See
nonfull_aggs
in qfq_sched. */
193
struct hlist_head
nonfull_aggs
; /* Aggs with room for more classes. */
member
261
hlist_add_head(&agg->nonfull_next, &q->
nonfull_aggs
);
in qfq_init_agg()
272
hlist_for_each_entry(agg, &q->
nonfull_aggs
, nonfull_next)
in qfq_find_agg()
291
hlist_add_head(&agg->nonfull_next, &q->
nonfull_aggs
);
in qfq_update_agg()
1458
INIT_HLIST_HEAD(&q->
nonfull_aggs
);
in qfq_init_qdisc()
Completed in 5 milliseconds