OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NR_CPUS
(Results
1 - 18
of
18
) sorted by null
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
preempt.c
9
/* Support
NR_CPUS
of at most 64 */
23
* Simulate disabling preemption by locking a particular cpu.
NR_CPUS
26
struct lock_impl cpu_preemption_locks[
NR_CPUS
] = {
28
#if (
NR_CPUS
- 1) & 1
31
#if (
NR_CPUS
- 1) & 2
34
#if (
NR_CPUS
- 1) & 4
37
#if (
NR_CPUS
- 1) & 8
40
#if (
NR_CPUS
- 1) & 16
43
#if (
NR_CPUS
- 1) & 32
67
assume(thread_cpu_id <
NR_CPUS
);
[
all
...]
config.h
24
#if
NR_CPUS
> 1
percpu.h
86
char name[
NR_CPUS
][PERCPU_OFFSET]; \
91
for ((cpu) = 0; (cpu) <
NR_CPUS
; ++(cpu))
/external/u-boot/board/synopsys/hsdk/
env-lib.h
37
u32 min[
NR_CPUS
];
38
u32 max[
NR_CPUS
];
39
u32_env (*val)[
NR_CPUS
];
hsdk.c
23
#define ALL_CPU_MASK GENMASK(
NR_CPUS
- 1, 0)
64
u32_env entry[
NR_CPUS
];
65
u32_env iccm[
NR_CPUS
];
66
u32_env dccm[
NR_CPUS
];
94
s32 status[
NR_CPUS
];
104
u32 entry[
NR_CPUS
];
105
u32 iccm[
NR_CPUS
];
106
u32 dccm[
NR_CPUS
];
116
static u32 slave_stack[256 *
NR_CPUS
] __aligned(ARCH_DMA_MINALIGN);
157
for (u32 i = 0; i <
NR_CPUS
; i++)
[
all
...]
env-lib.c
39
for (u32 i = 0; i <
NR_CPUS
; i++) {
50
for (u32 i = 0; i <
NR_CPUS
; i++) {
107
for (u32 i = 0; i <
NR_CPUS
; i++) {
/external/u-boot/include/configs/
hsdk.h
14
#define
NR_CPUS
4
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/
test_script.sh
11
#
NR_CPUS
: Number of cpus to run tests with. Default specified by the test
20
# min_cpus_fail: Minimum number of CPUs (
NR_CPUS
) for verification to fail.
71
cpus=${
NR_CPUS
:-${default_cpus}}
/external/ltp/testcases/kernel/controllers/cpuset/
cpuset_funcs.sh
29
NR_CPUS
=`tst_ncpus`
68
if [ $
NR_CPUS
-lt $1 ]; then
238
local cpus_array="$(seq -s' ' 1 $((
NR_CPUS
-1)))"
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_inherit_test/
cpuset_inherit_testset.sh
33
nr_cpus
=$
NR_CPUS
36
cpus_all="$(seq -s, 0 $((
nr_cpus
-1)))"
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/
cpuset_base_ops_testset.sh
33
nr_cpus
=$
NR_CPUS
36
cpus_all="$(seq -s, 0 $((
nr_cpus
-1)))"
112
$
nr_cpus
WRITE_ERROR
113
$cpus_all 0-$((
nr_cpus
-1))
114
${cpus_all}$
nr_cpus
WRITE_ERROR
117
0-$((
nr_cpus
-1)) 0-$((
nr_cpus
-1))
119
0-$
nr_cpus
WRITE_ERROR
120
0--$((
nr_cpus
-1)) WRITE_ERRO
[
all
...]
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/
cpuset_hotplug_test.sh
35
nr_cpus
=$
NR_CPUS
38
cpus_all="$(seq -s, 0 $((
nr_cpus
-1)))"
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
cpuset_sched_domains_test.sh
35
nr_cpus
=$
NR_CPUS
38
cpus_all="$(seq -s, 0 $((
nr_cpus
-1)))"
cpuset_load_balance_test.sh
35
nr_cpus
=$
NR_CPUS
38
cpus_all="$(seq -s, 0 $((
nr_cpus
-1)))"
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
cpuset_memory_spread_testset.sh
34
nr_cpus
=$
NR_CPUS
43
cpus_all="$(seq -s, 0 $((
nr_cpus
-1)))"
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_hierarchy_test/
cpuset_hierarchy_test.sh
33
nr_cpus
=$
NR_CPUS
36
cpus_all="$(seq -s, 0 $((
nr_cpus
-1)))"
161
test "0-$((
nr_cpus
-1))" = "$(cat "$CPUSET/father/cpuset.cpus")" || return 1
200
test "0-$((
nr_cpus
-1))" = "$(cat "$CPUSET/father/cpuset.cpus")" || return 1
213
test "0-$((
nr_cpus
-1))" = "$(cat "$CPUSET/father/cpuset.cpus")" || return 1
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
cpuset_memory_testset.sh
35
nr_cpus
=$
NR_CPUS
38
cpus_all="$(seq -s, 0 $((
nr_cpus
-1)))"
/external/u-boot/scripts/
checkpatch.pl
[
all
...]
Completed in 1166 milliseconds