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:anon_exclusive
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
rmap.c
1490
bool
anon_exclusive
, ret = true;
in try_to_unmap_one()
local
1558
anon_exclusive
= folio_test_anon(folio) &&
in try_to_unmap_one()
1753
if (
anon_exclusive
&&
in try_to_unmap_one()
1770
if (
anon_exclusive
)
in try_to_unmap_one()
1852
bool
anon_exclusive
, ret = true;
in try_to_migrate_one()
local
1938
anon_exclusive
= folio_test_anon(folio) &&
in try_to_migrate_one()
2024
if (
anon_exclusive
)
in try_to_migrate_one()
2035
else if (
anon_exclusive
)
in try_to_migrate_one()
2094
!
anon_exclusive
, subpage);
in try_to_migrate_one()
2097
if (
anon_exclusive
in try_to_migrate_one()
[all...]
H
A
D
migrate_device.c
194
bool
anon_exclusive
;
in migrate_vma_collect_pmd()
local
198
anon_exclusive
= PageAnon(page) && PageAnonExclusive(page);
in migrate_vma_collect_pmd()
199
if (
anon_exclusive
) {
in migrate_vma_collect_pmd()
223
else if (
anon_exclusive
)
in migrate_vma_collect_pmd()
H
A
D
huge_memory.c
2074
bool
anon_exclusive
= false, dirty = false;
in __split_huge_pmd_locked()
local
2158
anon_exclusive
= is_readable_exclusive_migration_entry(entry);
in __split_huge_pmd_locked()
2191
anon_exclusive
= PageAnon(page) && PageAnonExclusive(page);
in __split_huge_pmd_locked()
2192
if (freeze &&
anon_exclusive
&& page_try_share_anon_rmap(page))
in __split_huge_pmd_locked()
2219
else if (
anon_exclusive
)
in __split_huge_pmd_locked()
2238
if (
anon_exclusive
)
in __split_huge_pmd_locked()
3210
bool
anon_exclusive
;
in set_pmd_migration_entry()
local
3222
anon_exclusive
= PageAnon(page) && PageAnonExclusive(page);
in set_pmd_migration_entry()
3223
if (
anon_exclusive
&& page_try_share_anon_rmap(page)) {
in set_pmd_migration_entry()
3232
else if (
anon_exclusive
)
in set_pmd_migration_entry()
[all...]
H
A
D
ksm.c
1103
bool
anon_exclusive
;
in write_protect_page()
local
1121
anon_exclusive
= PageAnonExclusive(page);
in write_protect_page()
1124
anon_exclusive
|| mm_tlb_flush_pending(mm)) {
in write_protect_page()
1152
if (
anon_exclusive
&& page_try_share_anon_rmap(page)) {
in write_protect_page()
Completed in 15 milliseconds