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:uffd_test_ops
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H
A
D
userfaultfd.c
294
struct
uffd_test_ops
{
struct
310
static struct
uffd_test_ops
anon_uffd_test_ops = {
317
static struct
uffd_test_ops
shmem_uffd_test_ops = {
324
static struct
uffd_test_ops
hugetlb_uffd_test_ops = {
331
static struct
uffd_test_ops
*
uffd_test_ops
;
variable
481
uffd_test_ops
->alias_mapping(&uffdio_copy->dst,
in retry_copy_page()
752
if (
uffd_test_ops
->release_pages(area_src))
in stress()
941
if (
uffd_test_ops
->release_pages(area_dst))
in faulting_process()
958
uffd_test_ops
in retry_uffdio_zeropage()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
uffd-stress.c
218
uffd_test_ops
->release_pages(area_src);
in stress()
321
uffd_test_ops
->release_pages(area_dst);
in userfaultfd_stress()
365
uffd_test_ops
= &anon_uffd_test_ops;
in set_test_type()
368
uffd_test_ops
= &hugetlb_uffd_test_ops;
in set_test_type()
372
uffd_test_ops
= &hugetlb_uffd_test_ops;
in set_test_type()
376
uffd_test_ops
= &shmem_uffd_test_ops;
in set_test_type()
379
uffd_test_ops
= &shmem_uffd_test_ops;
in set_test_type()
H
A
D
uffd-common.c
19
uffd_test_ops_t *
uffd_test_ops
;
variable
181
struct
uffd_test_ops
anon_uffd_test_ops = {
188
struct
uffd_test_ops
shmem_uffd_test_ops = {
195
struct
uffd_test_ops
hugetlb_uffd_test_ops = {
303
ret =
uffd_test_ops
->allocate_area((void **)&area_src, true);
in uffd_test_ctx_init()
304
ret |=
uffd_test_ops
->allocate_area((void **)&area_dst, false);
in uffd_test_ctx_init()
354
uffd_test_ops
->release_pages(area_dst);
in uffd_test_ctx_init()
560
uffd_test_ops
->alias_mapping(&uffdio_copy->dst,
in retry_copy_page()
H
A
D
uffd-common.h
85
struct
uffd_test_ops
{
struct
91
typedef struct
uffd_test_ops
uffd_test_ops_t;
104
extern uffd_test_ops_t *
uffd_test_ops
;
H
A
D
uffd-unit-tests.c
187
uffd_test_ops
= mem_type->mem_ops;
in uffd_setup_environment()
605
uffd_test_ops
->check_pmd_mapping(area_dst,
in uffd_minor_test_common()
754
uffd_test_ops
->release_pages(area_dst);
in faulting_process()
782
uffd_test_ops
->release_pages(area_dst);
in uffd_sigbus_test_common()
870
uffd_test_ops
->alias_mapping(&uffdio_zeropage->range.start,
in retry_uffdio_zeropage()
Completed in 6 milliseconds