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:MPOL_MF_MOVE
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
mempolicy.h
45
#define
MPOL_MF_MOVE
(1<<1) /* Move pages owned by this process to conform
macro
52
MPOL_MF_MOVE
| \
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
mempolicy.h
48
#define
MPOL_MF_MOVE
(1<<1) /* Move pages owned by this process to conform
macro
55
MPOL_MF_MOVE
| \
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
mempolicy.h
37
#define
MPOL_MF_MOVE
(1 << 1)
macro
41
#define MPOL_MF_VALID (MPOL_MF_STRICT |
MPOL_MF_MOVE
| MPOL_MF_MOVE_ALL)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
mempolicy.h
37
#define
MPOL_MF_MOVE
(1 << 1)
macro
41
#define MPOL_MF_VALID (MPOL_MF_STRICT |
MPOL_MF_MOVE
| MPOL_MF_MOVE_ALL)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
mempolicy.h
24
#define
MPOL_MF_MOVE
(1<<1)
macro
29
MPOL_MF_MOVE
| \
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/
H
A
D
numaif.h
52
#define
MPOL_MF_MOVE
(1<<1) /* Move pages owned by this process to conform to mapping */
macro
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
mkdirty.c
180
MPOL_MF_MOVE
)) {
in test_page_migration()
219
MPOL_MF_MOVE
)) {
in test_page_migration_thp()
/kernel/linux/linux-5.10/mm/
H
A
D
mempolicy.c
462
* 1 - there is unmovable page, and
MPOL_MF_MOVE
* & MPOL_MF_STRICT were
494
if (flags & (
MPOL_MF_MOVE
| MPOL_MF_MOVE_ALL)) {
in __releases()
514
* 1 - there is unmovable page, and
MPOL_MF_MOVE
* & MPOL_MF_STRICT were
557
if (flags & (
MPOL_MF_MOVE
| MPOL_MF_MOVE_ALL)) {
in queue_pages_pte_range()
623
/* With
MPOL_MF_MOVE
, we migrate only unshared hugepage. */
in queue_pages_hugetlb()
625
(flags &
MPOL_MF_MOVE
&& page_mapcount(page) == 1 &&
in queue_pages_hugetlb()
735
* 1 - there is unmovable page, but
MPOL_MF_MOVE
* & MPOL_MF_STRICT were
1086
VM_BUG_ON(!(flags & (
MPOL_MF_MOVE
| MPOL_MF_MOVE_ALL)));
in migrate_to_node()
1312
if (flags & (
MPOL_MF_MOVE
| MPOL_MF_MOVE_ALL)) {
in do_mbind()
1578
capable(CAP_SYS_NICE) ? MPOL_MF_MOVE_ALL :
MPOL_MF_MOVE
);
in kernel_migrate_pages()
[all...]
H
A
D
migrate.c
1950
if (flags & ~(
MPOL_MF_MOVE
|MPOL_MF_MOVE_ALL))
in kernel_move_pages()
/kernel/linux/linux-6.6/mm/
H
A
D
mempolicy.c
483
if (flags & (
MPOL_MF_MOVE
| MPOL_MF_MOVE_ALL)) {
in __releases()
542
if (flags & (
MPOL_MF_MOVE
| MPOL_MF_MOVE_ALL)) {
in queue_folios_pte_range()
545
* Continue walking vmas due to
MPOL_MF_MOVE
* flags.
in queue_folios_pte_range()
607
* With
MPOL_MF_MOVE
, we try to migrate only unshared folios. If it
in queue_folios_hugetlb()
615
(flags &
MPOL_MF_MOVE
&& folio_estimated_sharers(folio) == 1 &&
in queue_folios_hugetlb()
739
* 1 - there is unmovable page, but
MPOL_MF_MOVE
* & MPOL_MF_STRICT were
1092
VM_BUG_ON(!(flags & (
MPOL_MF_MOVE
| MPOL_MF_MOVE_ALL)));
in migrate_to_node()
1315
if (flags & (
MPOL_MF_MOVE
| MPOL_MF_MOVE_ALL)) {
in do_mbind()
1375
if (flags & (
MPOL_MF_MOVE
| MPOL_MF_MOVE_ALL))
in do_mbind()
1682
capable(CAP_SYS_NICE) ? MPOL_MF_MOVE_ALL :
MPOL_MF_MOVE
);
in kernel_migrate_pages()
[all...]
H
A
D
migrate.c
2432
if (flags & ~(
MPOL_MF_MOVE
|MPOL_MF_MOVE_ALL))
in kernel_move_pages()
Completed in 14 milliseconds