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:ITERATIONS
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
dirty_log_page_splitting_test.c
23
#define
ITERATIONS
2
macro
98
struct kvm_page_stats stats_dirty_pass[
ITERATIONS
];
in run_test()
99
struct kvm_page_stats stats_clear_pass[
ITERATIONS
];
in run_test()
134
while (iteration <
ITERATIONS
) {
in run_test()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/benchmarks/
H
A
D
futex_bench.c
16
#define
ITERATIONS
100000000
macro
23
unsigned long i =
ITERATIONS
;
in test_futex()
H
A
D
mmap_bench.c
14
#define
ITERATIONS
5000000
macro
21
static int iterations =
ITERATIONS
;
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/benchmarks/
H
A
D
futex_bench.c
16
#define
ITERATIONS
100000000
macro
23
unsigned long i =
ITERATIONS
;
in test_futex()
H
A
D
mmap_bench.c
14
#define
ITERATIONS
5000000
macro
21
static int iterations =
ITERATIONS
;
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/math/
H
A
D
vmx_signal.c
25
#define
ITERATIONS
10
macro
122
printf("\tSending signals to all threads %d times...",
ITERATIONS
);
in test_signal_vmx()
123
for (i = 0; i <
ITERATIONS
; i++) {
in test_signal_vmx()
H
A
D
fpu_signal.c
23
#define
ITERATIONS
10
macro
98
printf("\tSending signals to all threads %d times...",
ITERATIONS
);
in test_signal_fpu()
99
for (i = 0; i <
ITERATIONS
; i++) {
in test_signal_fpu()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/math/
H
A
D
fpu_signal.c
23
#define
ITERATIONS
10
macro
98
printf("\tSending signals to all threads %d times...",
ITERATIONS
);
in test_signal_fpu()
99
for (i = 0; i <
ITERATIONS
; i++) {
in test_signal_fpu()
H
A
D
vmx_signal.c
25
#define
ITERATIONS
10
macro
122
printf("\tSending signals to all threads %d times...",
ITERATIONS
);
in test_signal_vmx()
123
for (i = 0; i <
ITERATIONS
; i++) {
in test_signal_vmx()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/stringloops/
H
A
D
strlen.c
9
#define
ITERATIONS
1000
macro
75
for (i = 0; i <
ITERATIONS
; i++) {
in testcase()
H
A
D
memcmp.c
11
#define
ITERATIONS
10000
macro
82
iterations = islarge ? LARGE_ITERATIONS :
ITERATIONS
;
in testcase()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/stringloops/
H
A
D
strlen.c
9
#define
ITERATIONS
1000
macro
75
for (i = 0; i <
ITERATIONS
; i++) {
in testcase()
H
A
D
memcmp.c
11
#define
ITERATIONS
10000
macro
82
iterations = islarge ? LARGE_ITERATIONS :
ITERATIONS
;
in testcase()
Completed in 5 milliseconds