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:CAKE_QUEUES
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_cake.c
79
#define
CAKE_QUEUES
(1024)
macro
150
struct cake_flow flows[
CAKE_QUEUES
];
151
u32 backlogs[
CAKE_QUEUES
];
152
u32 tags[
CAKE_QUEUES
]; /* for set association */
153
u16 overflow_idx[
CAKE_QUEUES
];
154
struct cake_host hosts[
CAKE_QUEUES
]; /* for triple isolation */
204
struct cake_heap_entry overflow_heap[
CAKE_QUEUES
* CAKE_MAX_TINS];
299
static u16 quantum_div[
CAKE_QUEUES
+ 1] = {0};
738
reduced_hash = flow_hash %
CAKE_QUEUES
;
in cake_hash()
800
srchost_idx = srchost_hash %
CAKE_QUEUES
;
in cake_hash()
[all...]
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_cake.c
80
#define
CAKE_QUEUES
(1024)
macro
151
struct cake_flow flows[
CAKE_QUEUES
];
152
u32 backlogs[
CAKE_QUEUES
];
153
u32 tags[
CAKE_QUEUES
]; /* for set association */
154
u16 overflow_idx[
CAKE_QUEUES
];
155
struct cake_host hosts[
CAKE_QUEUES
]; /* for triple isolation */
205
struct cake_heap_entry overflow_heap[
CAKE_QUEUES
* CAKE_MAX_TINS];
300
static u16 quantum_div[
CAKE_QUEUES
+ 1] = {0};
739
reduced_hash = flow_hash %
CAKE_QUEUES
;
in cake_hash()
801
srchost_idx = srchost_hash %
CAKE_QUEUES
;
in cake_hash()
[all...]
Completed in 8 milliseconds