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:NUM_OF_RUNS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
H
A
D
mba_test.c
14
#define
NUM_OF_RUNS
5
macro
37
if (runs_per_allocation >=
NUM_OF_RUNS
)
in mba_setup()
40
/* Only set up schemata once every
NUM_OF_RUNS
of allocations */
in mba_setup()
76
for (runs =
NUM_OF_RUNS
* allocation + 1;
in show_mba_info()
77
runs <
NUM_OF_RUNS
* allocation +
NUM_OF_RUNS
; runs++) {
in show_mba_info()
82
avg_bw_imc = sum_bw_imc / (
NUM_OF_RUNS
- 1);
in show_mba_info()
83
avg_bw_resc = sum_bw_resc / (
NUM_OF_RUNS
- 1);
in show_mba_info()
H
A
D
mbm_test.c
15
#define
NUM_OF_RUNS
5
macro
29
for (runs = 1; runs <
NUM_OF_RUNS
; runs++) {
in show_bw_info()
49
unsigned long bw_imc[
NUM_OF_RUNS
], bw_resc[
NUM_OF_RUNS
];
in check_results()
93
/* Run
NUM_OF_RUNS
times */
in mbm_setup()
94
if (num_of_runs++ >=
NUM_OF_RUNS
)
in mbm_setup()
H
A
D
cqm_test.c
15
#define
NUM_OF_RUNS
5
macro
33
/* Run
NUM_OF_RUNS
times */
in cqm_setup()
34
if (p->num_of_runs >=
NUM_OF_RUNS
)
in cqm_setup()
50
avg_llc_occu_resc = sum_llc_occu_resc / (
NUM_OF_RUNS
- 1);
in show_cache_info()
H
A
D
cat_test.c
16
#define
NUM_OF_RUNS
5
macro
41
/* Run
NUM_OF_RUNS
times */
in cat_setup()
42
if (p->num_of_runs >=
NUM_OF_RUNS
)
in cat_setup()
62
avg_llc_perf_miss = sum_llc_perf_miss / (
NUM_OF_RUNS
- 1);
in show_cache_info()
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/
H
A
D
mba_test.c
14
#define
NUM_OF_RUNS
5
macro
31
if (runs_per_allocation >=
NUM_OF_RUNS
)
in mba_setup()
34
/* Only set up schemata once every
NUM_OF_RUNS
of allocations */
in mba_setup()
71
for (runs =
NUM_OF_RUNS
* allocation + 1;
in show_mba_info()
72
runs <
NUM_OF_RUNS
* allocation +
NUM_OF_RUNS
; runs++) {
in show_mba_info()
77
avg_bw_imc = sum_bw_imc / (
NUM_OF_RUNS
- 1);
in show_mba_info()
78
avg_bw_resc = sum_bw_resc / (
NUM_OF_RUNS
- 1);
in show_mba_info()
H
A
D
mbm_test.c
15
#define
NUM_OF_RUNS
5
macro
29
for (runs = 1; runs <
NUM_OF_RUNS
; runs++) {
in show_bw_info()
52
unsigned long bw_imc[
NUM_OF_RUNS
], bw_resc[
NUM_OF_RUNS
];
in check_results()
93
/* Run
NUM_OF_RUNS
times */
in mbm_setup()
94
if (p->num_of_runs >=
NUM_OF_RUNS
)
in mbm_setup()
H
A
D
cat_test.c
16
#define
NUM_OF_RUNS
5
macro
30
/* Run
NUM_OF_RUNS
times */
in cat_setup()
31
if (p->num_of_runs >=
NUM_OF_RUNS
)
in cat_setup()
H
A
D
cmt_test.c
15
#define
NUM_OF_RUNS
5
macro
21
/* Run
NUM_OF_RUNS
times */
in cmt_setup()
22
if (p->num_of_runs >=
NUM_OF_RUNS
)
in cmt_setup()
Completed in 3 milliseconds