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_prev
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
gup.c
1580
struct vm_area_struct *
vma_prev
= NULL;
in check_dax_vmas()
local
1585
if (vma ==
vma_prev
)
in check_dax_vmas()
1588
vma_prev
= vma;
in check_dax_vmas()
/kernel/linux/linux-6.6/mm/
H
A
D
mprotect.c
765
prev =
vma_prev
(&vmi);
in do_mprotect_pkey()
H
A
D
mlock.c
495
prev =
vma_prev
(&vmi);
in apply_vma_lock_flags()
H
A
D
mremap.c
734
vma =
vma_prev
(&vmi);
in move_vma()
H
A
D
mmap.c
916
vma_prev
(vmi);
in vma_merge()
2732
prev =
vma_prev
(&vmi);
in mmap_region()
3206
vma =
vma_prev
(&vmi);
in vm_brk_flags()
H
A
D
mempolicy.c
1346
prev =
vma_prev
(&vmi);
in do_mbind()
1542
prev =
vma_prev
(&vmi);
in SYSCALL_DEFINE4()
/kernel/linux/linux-6.6/fs/
H
A
D
userfaultfd.c
1455
prev =
vma_prev
(&vmi);
in userfaultfd_register()
1626
prev =
vma_prev
(&vmi);
in userfaultfd_unregister()
H
A
D
exec.c
741
vma_prev
(&vmi);
in shift_arg_pages()
/kernel/linux/linux-6.6/include/linux/
H
A
D
mm.h
988
static inline struct vm_area_struct *
vma_prev
(struct vma_iterator *vmi)
in vma_prev()
function
Completed in 26 milliseconds