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_max_node
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H
A
D
memtoy.c
375
gcp->
numa_max_node
=
numa_max_node
();
in init_glctx()
377
gcp->
numa_max_node
= -1;
in init_glctx()
485
if (gcp->
numa_max_node
>= 0)
in main()
487
gcp->program_name, gcp->
numa_max_node
);
in main()
H
A
D
commands.c
238
if (gcp->
numa_max_node
<= 0) {
in numa_supported()
359
if (node > gcp->
numa_max_node
) {
in get_nodemask()
361
gcp->program_name, gcp->
numa_max_node
);
in get_nodemask()
403
if (node > gcp->
numa_max_node
) {
in get_arg_nodeid_list()
405
gcp->program_name, gcp->
numa_max_node
);
in get_arg_nodeid_list()
424
if (count >= gcp->
numa_max_node
) {
in get_arg_nodeid_list()
443
int nr_nodes = 0, max_node = gcp->
numa_max_node
;
in get_current_nodeid_list()
513
nodeids = calloc(gcp->
numa_max_node
, sizeof(*nodeids));
in numa_info()
562
toids = calloc(gcp->
numa_max_node
, sizeof(*toids));
in migrate_process()
563
fromids = calloc(gcp->
numa_max_node
, sizeo
in migrate_process()
[all...]
H
A
D
memtoy.h
54
int
numa_max_node
; /* if >0, numa supported */
member
/third_party/ltp/testcases/kernel/syscalls/move_pages/
H
A
D
move_pages06.c
100
to_node =
numa_max_node
() + 1;
in main()
Completed in 3 milliseconds