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:MCL_CURRENT
(Results
1 - 25
of
32
) sorted by relevance
1
2
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H
A
D
mlock2-tests.c
346
if (mlockall(
MCL_CURRENT
)) {
in test_munlockall()
347
perror("mlockall(
MCL_CURRENT
)");
in test_munlockall()
372
if (mlockall(
MCL_CURRENT
| MCL_ONFAULT)) {
in test_munlockall()
373
perror("mlockall(
MCL_CURRENT
| MCL_ONFAULT)");
in test_munlockall()
388
if (mlockall(
MCL_CURRENT
| MCL_FUTURE)) {
in test_munlockall()
389
perror("mlockall(
MCL_CURRENT
| MCL_FUTURE)");
in test_munlockall()
500
if (mlockall(
MCL_CURRENT
| MCL_ONFAULT | MCL_FUTURE)) {
in test_mlockall()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
mlock2-tests.c
345
if (mlockall(
MCL_CURRENT
)) {
in test_munlockall()
346
perror("mlockall(
MCL_CURRENT
)");
in test_munlockall()
371
if (mlockall(
MCL_CURRENT
| MCL_ONFAULT)) {
in test_munlockall()
372
perror("mlockall(
MCL_CURRENT
| MCL_ONFAULT)");
in test_munlockall()
387
if (mlockall(
MCL_CURRENT
| MCL_FUTURE)) {
in test_munlockall()
388
perror("mlockall(
MCL_CURRENT
| MCL_FUTURE)");
in test_munlockall()
499
if (mlockall(
MCL_CURRENT
| MCL_ONFAULT | MCL_FUTURE)) {
in test_mlockall()
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H
A
D
mman.h
18
#define
MCL_CURRENT
1 /* lock all current mappings */
macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
mman.h
18
#define
MCL_CURRENT
1 /* lock all current mappings */
macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
mman.h
18
#define
MCL_CURRENT
1 /* lock all current mappings */
macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H
A
D
mman.h
18
#define
MCL_CURRENT
1 /* lock all current mappings */
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
mman.h
27
#define
MCL_CURRENT
1
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
mman.h
27
#define
MCL_CURRENT
1
macro
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H
A
D
mman.h
25
#define
MCL_CURRENT
0x2000 /* lock all currently mapped pages */
macro
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H
A
D
mman.h
21
#define
MCL_CURRENT
0x2000 /* lock all currently mapped pages */
macro
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H
A
D
mman.h
25
#define
MCL_CURRENT
0x2000 /* lock all currently mapped pages */
macro
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H
A
D
mman.h
21
#define
MCL_CURRENT
0x2000 /* lock all currently mapped pages */
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
mman.h
19
#define
MCL_CURRENT
1
macro
/kernel/linux/linux-5.10/mm/
H
A
D
mlock.c
780
if (!(flags &
MCL_CURRENT
))
in apply_mlockall_flags()
784
if (flags &
MCL_CURRENT
) {
in apply_mlockall_flags()
809
if (!flags || (flags & ~(
MCL_CURRENT
| MCL_FUTURE | MCL_ONFAULT)) ||
in SYSCALL_DEFINE1()
823
if (!(flags &
MCL_CURRENT
) || (current->mm->total_vm <= lock_limit) ||
in SYSCALL_DEFINE1()
827
if (!ret && (flags &
MCL_CURRENT
))
in SYSCALL_DEFINE1()
/kernel/linux/linux-6.6/mm/
H
A
D
mlock.c
680
if (!(flags &
MCL_CURRENT
))
in apply_mlockall_flags()
684
if (flags &
MCL_CURRENT
) {
in apply_mlockall_flags()
710
if (!flags || (flags & ~(
MCL_CURRENT
| MCL_FUTURE | MCL_ONFAULT)) ||
in SYSCALL_DEFINE1()
724
if (!(flags &
MCL_CURRENT
) || (current->mm->total_vm <= lock_limit) ||
in SYSCALL_DEFINE1()
728
if (!ret && (flags &
MCL_CURRENT
))
in SYSCALL_DEFINE1()
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H
A
D
mman.h
34
#define
MCL_CURRENT
1 /* lock all current mappings */
macro
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H
A
D
mman.h
39
#define
MCL_CURRENT
8192 /* lock all currently mapped pages */
macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H
A
D
mman.h
63
#define
MCL_CURRENT
1 /* lock all current mappings */
macro
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
H
A
D
mman.h
72
#define
MCL_CURRENT
1 /* lock all current mappings */
macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H
A
D
mman.h
63
#define
MCL_CURRENT
1 /* lock all current mappings */
macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H
A
D
mman.h
39
#define
MCL_CURRENT
8192 /* lock all currently mapped pages */
macro
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H
A
D
mman.h
34
#define
MCL_CURRENT
1 /* lock all current mappings */
macro
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/
H
A
D
mman.h
72
#define
MCL_CURRENT
1 /* lock all current mappings */
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H
A
D
mman.h
48
#define
MCL_CURRENT
1
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H
A
D
mman.h
48
#define
MCL_CURRENT
1
macro
Completed in 9 milliseconds
1
2