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:MC_TARGET_PAGE
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
memcontrol.c
5651
MC_TARGET_PAGE
,
enumerator
5866
* 1(
MC_TARGET_PAGE
): if the page corresponding to this pte is a target for
5872
* 3(MC_TARGET_DEVICE): like
MC_TARGET_PAGE
but page is MEMORY_DEVICE_PRIVATE
5906
ret =
MC_TARGET_PAGE
;
in get_mctgt_type()
5950
ret =
MC_TARGET_PAGE
;
in get_mctgt_type_thp()
5981
if (get_mctgt_type_thp(vma, addr, *pmd, NULL) ==
MC_TARGET_PAGE
)
in mem_cgroup_count_precharge_pte_range()
6181
if (target_type ==
MC_TARGET_PAGE
) {
in mem_cgroup_move_charge_pte_range()
6221
case
MC_TARGET_PAGE
:
in mem_cgroup_move_charge_pte_range()
/kernel/linux/linux-6.6/mm/
H
A
D
memcontrol.c
5737
MC_TARGET_PAGE
,
enumerator
5953
* *
MC_TARGET_PAGE
- If the page corresponding to this pte is a target for
5959
* * MC_TARGET_DEVICE - Like
MC_TARGET_PAGE
but page is device memory and
6014
ret =
MC_TARGET_PAGE
;
in get_mctgt_type()
6062
ret =
MC_TARGET_PAGE
;
in get_mctgt_type_thp()
6097
if (get_mctgt_type_thp(vma, addr, *pmd, NULL) ==
MC_TARGET_PAGE
)
in mem_cgroup_count_precharge_pte_range()
6298
if (target_type ==
MC_TARGET_PAGE
) {
in mem_cgroup_move_charge_pte_range()
6340
case
MC_TARGET_PAGE
:
in mem_cgroup_move_charge_pte_range()
Completed in 18 milliseconds