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:test_uffdio_wp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
uffd-stress.c
84
args[i].apply_wp =
test_uffdio_wp
;
in uffd_stats_reset()
125
return __copy_page(ufd, offset, true,
test_uffdio_wp
);
in copy_page_retry()
165
if (
test_uffdio_wp
)
in background_thread()
288
true,
test_uffdio_wp
, false))
in userfaultfd_stress()
293
true,
test_uffdio_wp
, false))
in userfaultfd_stress()
330
if (
test_uffdio_wp
)
in userfaultfd_stress()
412
test_uffdio_wp
=
test_uffdio_wp
&&
in parse_test_type_arg()
H
A
D
uffd-common.h
97
extern bool
test_uffdio_wp
;
H
A
D
uffd-common.c
17
bool
test_uffdio_wp
= true;
variable
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H
A
D
userfaultfd.c
82
static bool
test_uffdio_wp
= false;
variable
508
if (
test_uffdio_wp
)
in __copy_page()
697
if (
test_uffdio_wp
)
in background_thread()
1051
if (
test_uffdio_wp
)
in userfaultfd_zeropage_test()
1103
if (
test_uffdio_wp
)
in userfaultfd_events_test()
1175
if (
test_uffdio_wp
)
in userfaultfd_sig_test()
1320
if (
test_uffdio_wp
)
in userfaultfd_stress()
1377
if (
test_uffdio_wp
)
in userfaultfd_stress()
1460
test_uffdio_wp
= true;
in set_test_type()
Completed in 5 milliseconds