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:vma_is_shmem
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/common_modules/xpm/core/
H
A
D
xpm_common.c
10
return vma_is_anonymous(vma) ||
vma_is_shmem
(vma);
in xpm_is_anonymous_vma()
/kernel/linux/linux-6.6/include/linux/
H
A
D
userfaultfd_k.h
167
(!is_vm_hugetlb_page(vma) && !
vma_is_shmem
(vma)))
in vma_can_userfault()
179
vma_is_shmem
(vma);
in vma_can_userfault()
H
A
D
mm.h
1051
* The
vma_is_shmem
is not inline because it is used only by slow
1054
bool
vma_is_shmem
(struct vm_area_struct *vma);
1057
static inline bool
vma_is_shmem
(struct vm_area_struct *vma) { return false; }
in vma_is_shmem()
function
/kernel/linux/linux-6.6/mm/
H
A
D
userfaultfd.c
639
if (!vma_is_anonymous(dst_vma) && !
vma_is_shmem
(dst_vma))
in mfill_atomic()
641
if (!
vma_is_shmem
(dst_vma) &&
in mfill_atomic()
H
A
D
shmem.c
271
bool
vma_is_shmem
(struct vm_area_struct *vma)
in vma_is_shmem()
function
/kernel/linux/linux-5.10/mm/
H
A
D
userfaultfd.c
534
if (!vma_is_anonymous(dst_vma) && !
vma_is_shmem
(dst_vma))
in __mcopy_atomic()
H
A
D
huge_memory.c
82
if (
vma_is_shmem
(vma))
in transparent_hugepage_active()
H
A
D
shmem.c
257
bool
vma_is_shmem
(struct vm_area_struct *vma)
in vma_is_shmem()
function
/kernel/linux/linux-5.10/include/linux/
H
A
D
mm.h
701
* The
vma_is_shmem
is not inline because it is used only by slow
704
bool
vma_is_shmem
(struct vm_area_struct *vma);
706
static inline bool
vma_is_shmem
(struct vm_area_struct *vma) { return false; }
in vma_is_shmem()
function
/kernel/linux/linux-5.10/fs/
H
A
D
userfaultfd.c
1251
((is_vm_hugetlb_page(vma) ||
vma_is_shmem
(vma)) &&
in vma_can_userfault()
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
9099
if (!
vma_is_shmem
(vmas[i]) && !is_file_hugepages(file)) {
in io_sqe_buffer_register()
Completed in 57 milliseconds