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:is_prot_page
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
workingset.c
267
if (!
is_prot_page
(page) && page_is_file_lru(page)) {
in workingset_eviction()
368
if (!
is_prot_page
(page) && file)
in workingset_refault()
413
if (!
is_prot_page
(page) && file) {
in workingset_refault()
434
if (!
is_prot_page
(page) && file)
in workingset_refault()
468
if (!
is_prot_page
(page) && page_is_file_lru(page)) {
in workingset_activation()
H
A
D
vmscan.c
1834
prot =
is_prot_page
(page);
in move_pages_to_lru()
H
A
D
memcontrol.c
1373
!
is_prot_page
(page)) {
in mem_cgroup_page_lruvec()
/kernel/linux/linux-6.6/mm/
H
A
D
workingset.c
402
if (!
is_prot_page
(folio_page(folio, 0)) && page_is_file_lru(folio_page(folio, 0))) {
in workingset_eviction()
569
if (!
is_prot_page
(folio_page(folio, 0)) && file)
in workingset_refault()
583
if (!
is_prot_page
(folio_page(folio, 0)) && file) {
in workingset_refault()
605
if (!
is_prot_page
(folio_page(folio, 0)) && file)
in workingset_refault()
638
if (!
is_prot_page
(folio_page(folio, 0)) && page_is_file_lru(folio_page(folio, 0))) {
in workingset_activation()
H
A
D
memcontrol.c
875
if (is_file_page(page) && !
is_prot_page
(page)) {
in __mod_lruvec_page_state()
H
A
D
vmscan.c
2485
prot =
is_prot_page
(folio_page(folio, 0));
in move_folios_to_lru()
/kernel/linux/linux-5.10/include/linux/
H
A
D
memcontrol.h
57
static inline bool
is_prot_page
(struct page *page)
in is_prot_page()
function
884
if (is_file_page(page) && !
is_prot_page
(page)) {
in __mod_lruvec_page_state()
/kernel/linux/linux-6.6/include/linux/
H
A
D
memcontrol.h
63
static inline bool
is_prot_page
(struct page *page)
in is_prot_page()
function
Completed in 42 milliseconds