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:QFQ_MAX_SLOTS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_qfq.c
94
#define
QFQ_MAX_SLOTS
32
macro
177
struct hlist_head slots[
QFQ_MAX_SLOTS
];
831
* inserted must not be higher than
QFQ_MAX_SLOTS
-2. There is a '-2'
856
* index is never higher than
QFQ_MAX_SLOTS
-2. This backward-shift may
862
* the slot index, and 2 <
QFQ_MAX_SLOTS
-2. Hence the aggregates whose
890
if (unlikely(slot >
QFQ_MAX_SLOTS
- 2)) {
in qfq_slot_insert()
892
((u64)(
QFQ_MAX_SLOTS
- 2)<<grp->slot_shift);
in qfq_slot_insert()
895
slot =
QFQ_MAX_SLOTS
- 2;
in qfq_slot_insert()
898
i = (grp->front + slot) %
QFQ_MAX_SLOTS
;
in qfq_slot_insert()
941
grp->front = (grp->front + i) %
QFQ_MAX_SLOTS
;
in qfq_slot_scan()
[all...]
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_qfq.c
94
#define
QFQ_MAX_SLOTS
32
macro
175
struct hlist_head slots[
QFQ_MAX_SLOTS
];
826
* inserted must not be higher than
QFQ_MAX_SLOTS
-2. There is a '-2'
851
* index is never higher than
QFQ_MAX_SLOTS
-2. This backward-shift may
857
* the slot index, and 2 <
QFQ_MAX_SLOTS
-2. Hence the aggregates whose
885
if (unlikely(slot >
QFQ_MAX_SLOTS
- 2)) {
in qfq_slot_insert()
887
((u64)(
QFQ_MAX_SLOTS
- 2)<<grp->slot_shift);
in qfq_slot_insert()
890
slot =
QFQ_MAX_SLOTS
- 2;
in qfq_slot_insert()
893
i = (grp->front + slot) %
QFQ_MAX_SLOTS
;
in qfq_slot_insert()
936
grp->front = (grp->front + i) %
QFQ_MAX_SLOTS
;
in qfq_slot_scan()
[all...]
Completed in 4 milliseconds