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:page_mkclean
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
rmap.h
240
int
page_mkclean
(struct page *);
298
static inline int
page_mkclean
(struct page *page)
in page_mkclean()
function
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H
A
D
fb_defio.c
113
* the PTE is marked dirty to avoid
page_mkclean
() being called
in fb_deferred_io_mkwrite()
184
page_mkclean
(cur);
in fb_deferred_io_work()
/kernel/linux/linux-6.6/include/linux/
H
A
D
rmap.h
501
static inline int
page_mkclean
(struct page *page)
in page_mkclean()
function
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H
A
D
fb_defio.c
116
page->index = vmf->pgoff; /* for
page_mkclean
() */
in fb_deferred_io_fault()
164
* the PTE is marked dirty to avoid
page_mkclean
() being called
in fb_deferred_io_track_page()
247
page_mkclean
(cur);
in fb_deferred_io_work()
/kernel/linux/linux-6.6/mm/
H
A
D
truncate.c
814
if (
page_mkclean
(page))
in pagecache_isize_extended()
H
A
D
memory-failure.c
1590
if (
page_mkclean
(hpage)) {
in hwpoison_user_mappings()
/kernel/linux/linux-5.10/mm/
H
A
D
rmap.c
992
int
page_mkclean
(struct page *page)
in page_mkclean()
function
1015
EXPORT_SYMBOL_GPL(
page_mkclean
);
variable
H
A
D
truncate.c
907
if (
page_mkclean
(page))
in pagecache_isize_extended()
H
A
D
memory-failure.c
1036
if (
page_mkclean
(hpage)) {
in hwpoison_user_mappings()
H
A
D
page-writeback.c
2715
if (
page_mkclean
(page))
in clear_page_dirty_for_io()
Completed in 16 milliseconds