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_dax
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dax/
H
A
D
device.c
43
if (!
vma_is_dax
(vma)) {
in check_vma()
/kernel/linux/linux-5.10/include/linux/
H
A
D
huge_mm.h
8
#include <linux/fs.h> /* only for
vma_is_dax
() */
168
if (
vma_is_dax
(vma))
in __transparent_hugepage_enabled()
H
A
D
fs.h
3307
static inline bool
vma_is_dax
(const struct vm_area_struct *vma)
in vma_is_dax()
function
3318
if (!
vma_is_dax
(vma))
in vma_is_fsdax()
H
A
D
mm.h
3170
return
vma_is_dax
(vma) || (vma->vm_file &&
in vma_is_special_huge()
/kernel/linux/linux-6.6/drivers/dax/
H
A
D
device.c
43
if (!
vma_is_dax
(vma)) {
in check_vma()
/kernel/linux/linux-5.10/mm/
H
A
D
mlock.c
536
vma_is_dax
(vma))
in mlock_fixup()
H
A
D
mempolicy.c
1756
if (
vma_is_dax
(vma))
in vma_migratable()
H
A
D
migrate.c
2826
(args->vma->vm_flags & VM_SPECIAL) ||
vma_is_dax
(args->vma))
in migrate_vma_setup()
H
A
D
ksm.c
2458
if (
vma_is_dax
(vma))
in ksm_madvise()
H
A
D
mmap.c
1914
if ((vm_flags & VM_SPECIAL) ||
vma_is_dax
(vma) ||
in mmap_region()
/kernel/linux/linux-6.6/mm/
H
A
D
migrate_device.c
521
(args->vma->vm_flags & VM_SPECIAL) ||
vma_is_dax
(args->vma))
in migrate_vma_setup()
H
A
D
mlock.c
424
vma_is_dax
(vma) || vma_is_secretmem(vma))
in mlock_fixup()
H
A
D
mempolicy.c
1750
if (
vma_is_dax
(vma))
in vma_migratable()
H
A
D
huge_memory.c
95
if (
vma_is_dax
(vma))
in hugepage_vma_check()
H
A
D
ksm.c
540
if (
vma_is_dax
(vma))
in vma_ksm_compatible()
H
A
D
mmap.c
2893
if ((vm_flags & VM_SPECIAL) ||
vma_is_dax
(vma) ||
in mmap_region()
/kernel/linux/linux-5.10/fs/
H
A
D
coredump.c
999
if (
vma_is_dax
(vma)) {
in vma_dump_size()
/kernel/linux/linux-6.6/fs/
H
A
D
coredump.c
1044
if (
vma_is_dax
(vma)) {
in vma_dump_size()
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
3216
static inline bool
vma_is_dax
(const struct vm_area_struct *vma)
in vma_is_dax()
function
3227
if (!
vma_is_dax
(vma))
in vma_is_fsdax()
H
A
D
mm.h
3990
return
vma_is_dax
(vma) || (vma->vm_file &&
in vma_is_special_huge()
Completed in 86 milliseconds