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_is_toptier
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
memory-tiers.h
42
bool
node_is_toptier
(int node);
54
static inline bool
node_is_toptier
(int node)
in node_is_toptier()
function
96
static inline bool
node_is_toptier
(int node)
in node_is_toptier()
function
/kernel/linux/linux-6.6/mm/
H
A
D
migrate.c
605
bool f_toptier =
node_is_toptier
(page_to_nid(&folio->page));
in folio_migrate_flags()
606
bool t_toptier =
node_is_toptier
(page_to_nid(&newfolio->page));
in folio_migrate_flags()
2601
if (!
node_is_toptier
(page_to_nid(page)) &&
node_is_toptier
(node))
in migrate_misplaced_page()
H
A
D
memory-tiers.c
242
bool
node_is_toptier
(int node)
in node_is_toptier()
function
H
A
D
mprotect.c
150
toptier =
node_is_toptier
(nid);
in change_pte_range()
H
A
D
huge_memory.c
1530
if (
node_is_toptier
(page_nid))
in do_huge_pmd_numa_page()
1873
toptier =
node_is_toptier
(page_to_nid(page));
in change_huge_pmd()
H
A
D
memory.c
4862
!
node_is_toptier
(page_nid))
in do_numa_page()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
fair.c
1920
!
node_is_toptier
(src_nid)) {
in should_numa_migrate_memory()
1950
!
node_is_toptier
(src_nid) && !cpupid_valid(last_cpupid))
in should_numa_migrate_memory()
3179
if (!
node_is_toptier
(mem_node) &&
in task_numa_fault()
Completed in 32 milliseconds