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_load
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
khugepaged.c
100
u32
node_load
[MAX_NUMNODES];
member
842
if (cc->
node_load
[nid])
in hpage_collapse_scan_abort()
846
if (!cc->
node_load
[i])
in hpage_collapse_scan_abort()
871
if (cc->
node_load
[nid] > max_value) {
in hpage_collapse_find_target_node()
872
max_value = cc->
node_load
[nid];
in hpage_collapse_find_target_node()
877
if (max_value == cc->
node_load
[nid])
in hpage_collapse_find_target_node()
1261
memset(cc->
node_load
, 0, sizeof(cc->
node_load
));
in hpage_collapse_scan_pmd()
1340
* information to cc->
node_load
[].
in hpage_collapse_scan_pmd()
1349
cc->
node_load
[nod
in hpage_collapse_scan_pmd()
[all...]
H
A
D
page_alloc.c
4897
static int
node_load
[MAX_NUMNODES];
variable
4944
val +=
node_load
[n];
in find_next_best_node()
5026
node_load
[node] += 1;
in build_zonelists()
5144
memset(
node_load
, 0, sizeof(
node_load
));
in __build_all_zonelists()
/kernel/linux/linux-5.10/mm/
H
A
D
page_alloc.c
5835
static int
node_load
[MAX_NUMNODES];
variable
5882
val +=
node_load
[n];
in find_next_best_node()
5965
node_load
[node] = load;
in build_zonelists()
6079
memset(
node_load
, 0, sizeof(
node_load
));
in __build_all_zonelists()
Completed in 21 milliseconds