OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_GROUPS
(Results
1 - 7
of
7
) sorted by null
/external/ltp/testcases/kernel/controllers/cpuctl/
run_cpuctl_stress_test.sh
57
NUM_GROUPS
=2; # min number of groups
65
TEST_NAME="CPUCTL
NUM_GROUPS
vs NUM_TASKS TEST:";
95
NUM_GROUPS
=$N;
104
NUM_GROUPS
=`expr $N \* $M`;
112
NUM_GROUPS
=1;
116
NUM_GROUPS
=`expr $N \* $M`;
123
NUM_GROUPS
=2;
152
echo Test $TEST_NUM:
NUM_GROUPS
=$
NUM_GROUPS
+1 \(DEF\)>> $LTPROOT/output/cpuctl_results_$FILE.txt;
155
for i in $(seq 1 $
NUM_GROUPS
)
[
all
...]
run_cpuctl_test.sh
53
NUM_GROUPS
=2; # min number of groups
72
"3" )
NUM_GROUPS
=`expr 2 \* $NUM_CPUS`;
76
"4" )
NUM_GROUPS
=$NUM_CPUS;
80
"5" )
NUM_GROUPS
=$NUM_CPUS;
107
echo
NUM_GROUPS
=$
NUM_GROUPS
+ 1\(DEF\) >> $LTPROOT/output/cpuctl_results_$FILE.txt;
108
for i in $(seq 1 $
NUM_GROUPS
)
130
TOTAL_TASKS=$
NUM_GROUPS
;
156
echo
NUM_GROUPS
=$
NUM_GROUPS
+1 \(DEF\) >> $LTPROOT/output/cpuctl_results_$FILE.txt
[
all
...]
parameters.sh
64
NUM_GROUPS
=$(( (NUM_CPUS*3 + 1)/2 ))
124
for i in $(seq 1 $
NUM_GROUPS
)
run_cpuctl_latency_test.sh
44
NUM_GROUPS
=2; #for default
174
get_num_groups; #
NUM_GROUPS
is set now
179
group=/dev/cpuctl/group_`expr $num % $
NUM_GROUPS
+ 1`;
/external/ltp/testcases/realtime/func/periodic_cpu_load/
periodic_cpu_load.c
56
#define
NUM_GROUPS
3
65
int fail[THREADS_PER_GROUP *
NUM_GROUPS
];
66
stats_container_t dat[THREADS_PER_GROUP *
NUM_GROUPS
];
68
stats_quantiles_t quantiles[THREADS_PER_GROUP *
NUM_GROUPS
];
69
static const char groupname[
NUM_GROUPS
] = "ABC";
197
for (i = 0; i < (THREADS_PER_GROUP *
NUM_GROUPS
); i++) {
220
for (i = 0; i < (THREADS_PER_GROUP *
NUM_GROUPS
); i++) {
241
for (i = 0; i < (THREADS_PER_GROUP *
NUM_GROUPS
); i++) {
/external/ltp/testcases/kernel/controllers/memctl/
myfunctions.sh
83
for i in $(seq 1 $
NUM_GROUPS
)
107
for i in $(seq 1 $
NUM_GROUPS
)
run_memctl_test.sh
97
NUM_GROUPS
=2;
Completed in 128 milliseconds