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:node_distances
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/include/asm/mach-loongson64/
H
A
D
topology.h
16
extern unsigned char
node_distances
[MAX_NUMNODES][MAX_NUMNODES];
20
#define node_distance(from, to) (
node_distances
[(from)][(to)])
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
topology.h
21
extern unsigned char
node_distances
[MAX_NUMNODES][MAX_NUMNODES];
25
#define node_distance(from, to) (
node_distances
[(from)][(to)])
/kernel/linux/linux-5.10/arch/loongarch/loongson64/
H
A
D
numa.c
31
unsigned char
node_distances
[MAX_NUMNODES][MAX_NUMNODES];
variable
34
EXPORT_SYMBOL(
node_distances
);
variable
357
node_distances
[row][col] = LOCAL_DISTANCE;
in numa_default_distance()
364
node_distances
[row][col] = REMOTE_DISTANCE;
in numa_default_distance()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
numa.c
31
unsigned char
node_distances
[MAX_NUMNODES][MAX_NUMNODES];
variable
34
EXPORT_SYMBOL(
node_distances
);
variable
348
node_distances
[row][col] = LOCAL_DISTANCE;
in numa_default_distance()
355
node_distances
[row][col] = REMOTE_DISTANCE;
in numa_default_distance()
H
A
D
acpi.c
239
node_distances
[from][to] = distance;
in numa_set_distance()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
acpi.c
424
node_distances
[from][to] = distance;
in numa_set_distance()
Completed in 3 milliseconds