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_STRICT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
mempolicy.h
44
#define
MPOL_MF_STRICT
(1<<0) /* Verify existing pages in the mapping */
macro
51
#define MPOL_MF_VALID (
MPOL_MF_STRICT
| \
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
mempolicy.h
47
#define
MPOL_MF_STRICT
(1<<0) /* Verify existing pages in the mapping */
macro
54
#define MPOL_MF_VALID (
MPOL_MF_STRICT
| \
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
mempolicy.h
36
#define
MPOL_MF_STRICT
(1 << 0)
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
36
#define
MPOL_MF_STRICT
(1 << 0)
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
23
#define
MPOL_MF_STRICT
(1<<0)
macro
28
#define MPOL_MF_VALID (
MPOL_MF_STRICT
| \
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/
H
A
D
numaif.h
51
#define
MPOL_MF_STRICT
(1<<0) /* Verify existing pages in the mapping */
macro
/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
465
* -EIO - is migration entry or only
MPOL_MF_STRICT
was specified and an
514
* 1 - there is unmovable page, and MPOL_MF_MOVE* &
MPOL_MF_STRICT
were
516
* -EIO - only
MPOL_MF_STRICT
was specified and an existing page was already
558
/*
MPOL_MF_STRICT
must be specified if we get here */
in queue_pages_pte_range()
603
if (flags ==
MPOL_MF_STRICT
) {
in queue_pages_hugetlb()
628
(flags &
MPOL_MF_STRICT
))
in queue_pages_hugetlb()
697
* Need check
MPOL_MF_STRICT
to return -EIO if possible
in queue_pages_test_walk()
701
!(flags &
MPOL_MF_STRICT
))
in queue_pages_test_walk()
735
* 1 - there is unmovable page, but MPOL_MF_MOVE* &
MPOL_MF_STRICT
wer
[all...]
/kernel/linux/linux-6.6/mm/
H
A
D
mempolicy.c
456
* -EIO - is migration entry or only
MPOL_MF_STRICT
was specified and an
504
* -EIO - only
MPOL_MF_STRICT
was specified and an existing folio was already
544
*
MPOL_MF_STRICT
must be specified if we get here.
in queue_folios_pte_range()
586
if (flags ==
MPOL_MF_STRICT
) {
in queue_folios_hugetlb()
618
(flags &
MPOL_MF_STRICT
))
in queue_folios_hugetlb()
693
* Need check
MPOL_MF_STRICT
to return -EIO if possible
in queue_pages_test_walk()
697
!(flags &
MPOL_MF_STRICT
))
in queue_pages_test_walk()
739
* 1 - there is unmovable page, but MPOL_MF_MOVE* &
MPOL_MF_STRICT
were
742
* errno - i.e. misplaced pages with
MPOL_MF_STRICT
specified (-EIO) or
1052
} else if (flags &
MPOL_MF_STRICT
) {
in migrate_folio_add()
[all...]
Completed in 6 milliseconds