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:numa_enabled
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
numa.c
39
static int
numa_enabled
= 1;
variable
183
if (!
numa_enabled
|| index >= max_array_sz)
in __associativity_to_nid()
602
if ((primary_domain_index < 0) || !
numa_enabled
)
in get_nid_and_numa_distance()
638
if ((primary_domain_index < 0) || !
numa_enabled
)
in of_drconf_to_nid_single()
913
if (
numa_enabled
== 0) {
in parse_numa_properties()
925
numa_enabled
= false;
in parse_numa_properties()
1063
if (!
numa_enabled
)
in dump_numa_cpu_topology()
1130
if (!
numa_enabled
)
in find_possible_nodes()
1252
numa_enabled
= 0;
in early_numa()
1350
if (!
numa_enabled
)
in hot_add_scn_to_nid()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
numa.c
40
static int
numa_enabled
= 1;
variable
179
if (!
numa_enabled
|| index >= max_array_sz)
in __associativity_to_nid()
593
if ((primary_domain_index < 0) || !
numa_enabled
)
in get_nid_and_numa_distance()
629
if ((primary_domain_index < 0) || !
numa_enabled
)
in of_drconf_to_nid_single()
904
if (
numa_enabled
== 0) {
in parse_numa_properties()
916
numa_enabled
= false;
in parse_numa_properties()
1052
if (!
numa_enabled
)
in dump_numa_cpu_topology()
1119
if (!
numa_enabled
)
in find_possible_nodes()
1241
numa_enabled
= 0;
in early_numa()
1328
if (!
numa_enabled
)
in hot_add_scn_to_nid()
[all...]
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
init_64.c
837
static int
numa_enabled
= 1;
variable
846
numa_enabled
= 0;
in early_numa()
1557
if (
numa_enabled
) {
in bootmem_init_numa()
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
init_64.c
853
static int
numa_enabled
= 1;
variable
862
numa_enabled
= 0;
in early_numa()
1573
if (
numa_enabled
) {
in bootmem_init_numa()
Completed in 12 milliseconds