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:map_shared
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
uffd-common.c
16
bool
map_shared
;
variable
64
if (!
map_shared
) {
in hugetlb_release_pages()
82
(
map_shared
? MAP_SHARED : MAP_PRIVATE) |
in hugetlb_allocate_area()
90
if (
map_shared
) {
in hugetlb_allocate_area()
111
if (!
map_shared
)
in hugetlb_alias_mapping()
H
A
D
uffd-stress.c
369
map_shared
= true;
in set_test_type()
374
map_shared
= true;
in set_test_type()
H
A
D
uffd-common.h
96
extern bool
map_shared
;
H
A
D
uffd-unit-tests.c
186
map_shared
= mem_type->shared;
in uffd_setup_environment()
/kernel/linux/linux-5.10/arch/ia64/kernel/
H
A
D
sys_ia64.c
30
long
map_shared
= (flags & MAP_SHARED);
in arch_get_unmapped_area()
local
52
if (
map_shared
&& (TASK_SIZE > 0xfffffffful))
in arch_get_unmapped_area()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H
A
D
sys_ia64.c
30
long
map_shared
= (flags & MAP_SHARED);
in arch_get_unmapped_area()
local
52
if (
map_shared
&& (TASK_SIZE > 0xfffffffful))
in arch_get_unmapped_area()
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H
A
D
userfaultfd.c
84
static bool
map_shared
;
variable
218
(
map_shared
? MAP_SHARED : MAP_PRIVATE) |
in hugetlb_allocate_area()
227
if (
map_shared
) {
in hugetlb_allocate_area()
260
if (!
map_shared
)
in hugetlb_alias_mapping()
1465
map_shared
= true;
in set_test_type()
1469
map_shared
= true;
in set_test_type()
Completed in 6 milliseconds