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:tin_backlog
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/include/net/
H
A
D
fq.h
72
struct list_head
tin_backlog
;
member
H
A
D
fq_impl.h
184
list_for_each_entry(tin, &fq->
tin_backlog
, tin_list) {
in fq_find_fattest_flow()
214
list_add(&tin->tin_list, &fq->
tin_backlog
);
in fq_tin_enqueue()
355
INIT_LIST_HEAD(&fq->
tin_backlog
);
in fq_init()
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_cake.c
178
u32
tin_backlog
;
member
1539
b->
tin_backlog
-= len;
in cake_drop()
1718
if (!b->
tin_backlog
) {
in cake_enqueue()
1768
b->
tin_backlog
+= slen;
in cake_enqueue()
1803
b->
tin_backlog
+= len;
in cake_enqueue()
1922
b->
tin_backlog
-= len;
in cake_dequeue_one()
2904
PUT_TSTAT_U32(BACKLOG_BYTES, b->
tin_backlog
);
in cake_dump_stats()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_cake.c
179
u32
tin_backlog
;
member
1540
b->
tin_backlog
-= len;
in cake_drop()
1719
if (!b->
tin_backlog
) {
in cake_enqueue()
1769
b->
tin_backlog
+= slen;
in cake_enqueue()
1804
b->
tin_backlog
+= len;
in cake_enqueue()
1923
b->
tin_backlog
-= len;
in cake_dequeue_one()
2902
PUT_TSTAT_U32(BACKLOG_BYTES, b->
tin_backlog
);
in cake_dump_stats()
Completed in 9 milliseconds