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:tree_level
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
cpumap.c
124
static int enumerate_cpuinfo_nodes(struct cpuinfo_level *
tree_level
)
in enumerate_cpuinfo_nodes()
argument
130
struct cpuinfo_level *lv = &
tree_level
[i];
in enumerate_cpuinfo_nodes()
144
tree_level
[CPUINFO_LVL_NODE].num_nodes++;
in enumerate_cpuinfo_nodes()
150
tree_level
[CPUINFO_LVL_CORE].num_nodes++;
in enumerate_cpuinfo_nodes()
156
tree_level
[CPUINFO_LVL_PROC].num_nodes++;
in enumerate_cpuinfo_nodes()
162
tree_level
[CPUINFO_LVL_ROOT].num_nodes = 1;
in enumerate_cpuinfo_nodes()
164
n =
tree_level
[CPUINFO_LVL_NODE].num_nodes;
in enumerate_cpuinfo_nodes()
165
tree_level
[CPUINFO_LVL_NODE].start_index = 1;
in enumerate_cpuinfo_nodes()
166
tree_level
[CPUINFO_LVL_NODE].end_index = n;
in enumerate_cpuinfo_nodes()
169
tree_level
[CPUINFO_LVL_COR
in enumerate_cpuinfo_nodes()
[all...]
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
cpumap.c
124
static int enumerate_cpuinfo_nodes(struct cpuinfo_level *
tree_level
)
in enumerate_cpuinfo_nodes()
argument
130
struct cpuinfo_level *lv = &
tree_level
[i];
in enumerate_cpuinfo_nodes()
144
tree_level
[CPUINFO_LVL_NODE].num_nodes++;
in enumerate_cpuinfo_nodes()
150
tree_level
[CPUINFO_LVL_CORE].num_nodes++;
in enumerate_cpuinfo_nodes()
156
tree_level
[CPUINFO_LVL_PROC].num_nodes++;
in enumerate_cpuinfo_nodes()
162
tree_level
[CPUINFO_LVL_ROOT].num_nodes = 1;
in enumerate_cpuinfo_nodes()
164
n =
tree_level
[CPUINFO_LVL_NODE].num_nodes;
in enumerate_cpuinfo_nodes()
165
tree_level
[CPUINFO_LVL_NODE].start_index = 1;
in enumerate_cpuinfo_nodes()
166
tree_level
[CPUINFO_LVL_NODE].end_index = n;
in enumerate_cpuinfo_nodes()
169
tree_level
[CPUINFO_LVL_COR
in enumerate_cpuinfo_nodes()
[all...]
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
dabtree.c
393
if (ds->
tree_level
!= 0)
in xchk_da_btree_block()
402
if (ds->
tree_level
!= 0)
in xchk_da_btree_block()
411
if (ds->
tree_level
!= 0)
in xchk_da_btree_block()
429
ds->
tree_level
= nodehdr.level;
in xchk_da_btree_block()
431
if (ds->
tree_level
!= nodehdr.level) {
in xchk_da_btree_block()
529
ds.
tree_level
++;
in xchk_da_btree()
551
ds.
tree_level
++;
in xchk_da_btree()
570
ds.
tree_level
--;
in xchk_da_btree()
H
A
D
dabtree.h
28
int
tree_level
;
member
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
dabtree.c
394
if (ds->
tree_level
!= 0)
in xchk_da_btree_block()
403
if (ds->
tree_level
!= 0)
in xchk_da_btree_block()
412
if (ds->
tree_level
!= 0)
in xchk_da_btree_block()
430
ds->
tree_level
= nodehdr.level;
in xchk_da_btree_block()
432
if (ds->
tree_level
!= nodehdr.level) {
in xchk_da_btree_block()
533
ds->
tree_level
++;
in xchk_da_btree()
555
ds->
tree_level
++;
in xchk_da_btree()
574
ds->
tree_level
--;
in xchk_da_btree()
H
A
D
dabtree.h
28
int
tree_level
;
member
Completed in 4 milliseconds