Home
last modified time | relevance | path

Searched refs:NR_CPUS (Results 1 – 21 of 21) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dpreempt.c26 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); in preempt_disable()
Dpercpu.h86 char name[NR_CPUS][PERCPU_OFFSET]; \
91 for ((cpu) = 0; (cpu) < NR_CPUS; ++(cpu))
Dconfig.h24 #if NR_CPUS > 1
/external/u-boot/board/synopsys/hsdk/
Dhsdk.c23 #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++) { in sync_cross_cpu_data()
[all …]
Denv-lib.h37 u32 min[NR_CPUS];
38 u32 max[NR_CPUS];
39 u32_env (*val)[NR_CPUS];
Denv-lib.c39 for (u32 i = 0; i < NR_CPUS; i++) { in env_clear_core()
50 for (u32 i = 0; i < NR_CPUS; i++) { in env_read_core()
107 for (u32 i = 0; i < NR_CPUS; i++) { in env_validate_core()
/external/ltp/testcases/kernel/controllers/cpuset/
Dcpuset_funcs.sh29 NR_CPUS=`tst_ncpus`
68 if [ $NR_CPUS -lt $1 ]; then
/external/u-boot/include/configs/
Dhsdk.h14 #define NR_CPUS 4 macro
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/
Dtest_script.sh71 cpus=${NR_CPUS:-${default_cpus}}
/external/iptables/extensions/
Dlibxt_cpu.man3 Match cpu handling this packet. cpus are numbered from 0 to NR_CPUS-1
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_inherit_test/
Dcpuset_inherit_testset.sh33 nr_cpus=$NR_CPUS
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/
Dcpuset_base_ops_testset.sh33 nr_cpus=$NR_CPUS
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/
Dcpuset_hotplug_test.sh35 nr_cpus=$NR_CPUS
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
Dcpuset_memory_spread_testset.sh34 nr_cpus=$NR_CPUS
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
Dcpuset_sched_domains_test.sh35 nr_cpus=$NR_CPUS
Dcpuset_load_balance_test.sh35 nr_cpus=$NR_CPUS
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_hierarchy_test/
Dcpuset_hierarchy_test.sh33 nr_cpus=$NR_CPUS
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
Dcpuset_memory_testset.sh35 nr_cpus=$NR_CPUS
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz
/external/u-boot/board/qualcomm/dragonboard820c/
Dreadme.txt356 [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
/external/u-boot/scripts/
Dcheckpatch.pl6286 $line !~ /^.\s*$Declare\s.*\[[^\]]*NR_CPUS[^\]]*\]/ &&
6287 $line !~ /\[[^\]]*\.\.\.[^\]]*NR_CPUS[^\]]*\]/ &&
6288 $line !~ /\[[^\]]*NR_CPUS[^\]]*\.\.\.[^\]]*\]/)