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:shake_page
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
hwpoison-inject.c
33
shake_page
(hpage, 0);
in hwpoison_inject()
H
A
D
memory-failure.c
269
void
shake_page
(struct page *p, int access)
in shake_page()
function
290
EXPORT_SYMBOL_GPL(
shake_page
);
variable
1087
*
shake_page
() again to ensure that it's flushed.
in hwpoison_user_mappings()
1090
shake_page
(hpage, 0);
in hwpoison_user_mappings()
1407
shake_page
(p, 0);
in memory_failure()
1408
/*
shake_page
could have turned it free. */
in memory_failure()
1739
shake_page
(p, 1);
in get_any_page()
/kernel/linux/linux-6.6/mm/
H
A
D
hwpoison-inject.c
33
shake_page
(hpage);
in hwpoison_inject()
H
A
D
memory-failure.c
361
void
shake_page
(struct page *p)
in shake_page()
function
374
EXPORT_SYMBOL_GPL(
shake_page
);
variable
1447
shake_page
(p);
in get_any_page()
1464
shake_page
(p);
in get_any_page()
1631
*
shake_page
() again to ensure that it's flushed.
in hwpoison_user_mappings()
1634
shake_page
(hpage);
in hwpoison_user_mappings()
2292
shake_page
(p);
in memory_failure()
/kernel/linux/linux-5.10/include/linux/
H
A
D
mm.h
3104
extern void
shake_page
(struct page *p, int access);
/kernel/linux/linux-6.6/include/linux/
H
A
D
mm.h
3867
extern void
shake_page
(struct page *p);
Completed in 17 milliseconds