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:PageMovable
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
migrate.h
107
bool
PageMovable
(struct page *page);
111
static inline bool
PageMovable
(struct page *page) { return false; }
in PageMovable()
function
123
return
PageMovable
(&folio->page);
in folio_test_movable()
/kernel/linux/linux-5.10/include/linux/
H
A
D
migrate.h
91
extern int
PageMovable
(struct page *page);
95
static inline int
PageMovable
(struct page *page) { return 0; };
in PageMovable()
function
/kernel/linux/linux-5.10/mm/
H
A
D
migrate.c
103
* Check
PageMovable
before holding a PG_lock because page's owner
in isolate_movable_page()
123
if (!
PageMovable
(page) || PageIsolated(page))
in isolate_movable_page()
153
VM_BUG_ON_PAGE(!
PageMovable
(page), page);
in putback_movable_page()
188
if (
PageMovable
(page))
in putback_movable_pages()
992
if (!
PageMovable
(page)) {
in move_to_new_page()
1204
if (!
PageMovable
(page))
in unmap_and_move()
1257
if (
PageMovable
(page))
in unmap_and_move()
H
A
D
zsmalloc.c
1915
VM_BUG_ON_PAGE(!
PageMovable
(page), page);
in zs_page_isolate()
1982
VM_BUG_ON_PAGE(!
PageMovable
(page), page);
in zs_page_migrate()
2096
VM_BUG_ON_PAGE(!
PageMovable
(page), page);
in zs_page_putback()
H
A
D
compaction.c
114
int
PageMovable
(struct page *page)
in PageMovable()
function
128
EXPORT_SYMBOL(
PageMovable
);
variable
141
VM_BUG_ON_PAGE(!
PageMovable
(page), page);
in __ClearPageMovable()
H
A
D
z3fold.c
1582
VM_BUG_ON_PAGE(!
PageMovable
(page), page);
in z3fold_page_isolate()
1623
VM_BUG_ON_PAGE(!
PageMovable
(page), page);
in z3fold_page_migrate()
/kernel/linux/linux-6.6/mm/
H
A
D
compaction.c
111
bool
PageMovable
(struct page *page)
in PageMovable()
function
136
VM_BUG_ON_PAGE(!
PageMovable
(page), page);
in __ClearPageMovable()
Completed in 21 milliseconds