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:htid
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
cls_u32.c
687
static u32 gen_new_kid(struct tc_u_hnode *ht, u32
htid
)
in gen_new_kid()
argument
689
u32 index =
htid
| 0x800;
in gen_new_kid()
690
u32 max =
htid
| 0xFFF;
in gen_new_kid()
693
index =
htid
+ 1;
in gen_new_kid()
857
u32
htid
, flags = 0;
in u32_change()
local
980
htid
= nla_get_u32(tb[TCA_U32_HASH]);
in u32_change()
981
if (TC_U32_HTID(
htid
) == TC_U32_ROOT) {
in u32_change()
983
htid
= ht->handle;
in u32_change()
985
ht = u32_lookup_ht(tp->data, TC_U32_HTID(
htid
));
in u32_change()
993
htid
in u32_change()
1349
u32
htid
= n->handle & 0xFFFFF000;
u32_dump()
local
[all...]
/kernel/linux/linux-6.6/net/sched/
H
A
D
cls_u32.c
689
static u32 gen_new_kid(struct tc_u_hnode *ht, u32
htid
)
in gen_new_kid()
argument
691
u32 index =
htid
| 0x800;
in gen_new_kid()
692
u32 max =
htid
| 0xFFF;
in gen_new_kid()
695
index =
htid
+ 1;
in gen_new_kid()
871
u32
htid
, userflags = 0;
in u32_change()
local
1005
htid
= nla_get_u32(tb[TCA_U32_HASH]);
in u32_change()
1006
if (TC_U32_HTID(
htid
) == TC_U32_ROOT) {
in u32_change()
1008
htid
= ht->handle;
in u32_change()
1010
ht = u32_lookup_ht(tp->data, TC_U32_HTID(
htid
));
in u32_change()
1018
htid
in u32_change()
1363
u32
htid
= n->handle & 0xFFFFF000;
u32_dump()
local
[all...]
Completed in 4 milliseconds