Home
last modified time | relevance | path

Searched refs:MAX_CPUS (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
Dcpuidle44xx.c26 #define MAX_CPUS 2 macro
53 static struct powerdomain *mpu_pd, *cpu_pd[MAX_CPUS];
54 static struct clockdomain *cpu_clkdm[MAX_CPUS];
57 static bool cpu_done[MAX_CPUS];
/linux-4.1.27/tools/virtio/virtio-trace/
Dtrace-agent.h6 #define MAX_CPUS 256 macro
22 struct rw_thread_info *rw_ti[MAX_CPUS];
Dtrace-agent.c38 } else if (nr_cpus > MAX_CPUS) { in get_total_cpus()
39 pr_err("Exceed max cpus(%d)\n", (int)MAX_CPUS); in get_total_cpus()
223 pthread_t rw_thread_per_cpu[MAX_CPUS]; in agent_main_loop()
/linux-4.1.27/scripts/gdb/linux/
Dcpus.py19 MAX_CPUS = 4096 variable
27 if tid > (0x100000000 - MAX_CPUS - 2):
/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_main.h67 #define MAX_CPUS 64 macro
360 struct msix_entry msix_entries[MAX_CPUS];
361 char *msi_name[MAX_CPUS];
431 struct be_aic_obj aic_obj[MAX_CPUS];
1054 struct be_eq_obj be_eq[MAX_CPUS];
1055 struct be_queue_info be_cq[MAX_CPUS - 1];
Dbe_cmds.h640 } delay[MAX_CPUS];
Dbe_main.c5305 struct be_set_eqd set_eqd[MAX_CPUS]; in be_eqd_update()
/linux-4.1.27/tools/testing/selftests/mqueue/
Dmq_perf_tests.c74 #define MAX_CPUS 64 macro
76 int cpus_to_pin[MAX_CPUS];
78 pthread_t cpu_threads[MAX_CPUS];
551 cpus_online = min(MAX_CPUS, sysconf(_SC_NPROCESSORS_ONLN)); in main()
581 } while (next_option && num_cpus_to_pin < MAX_CPUS); in main()
/linux-4.1.27/tools/perf/
Dbuiltin-sched.c29 #define MAX_CPUS 4096 macro
139 u32 curr_pid[MAX_CPUS];
140 struct thread *curr_thread[MAX_CPUS];
170 u64 cpu_last_switched[MAX_CPUS];
731 if (cpu >= MAX_CPUS || cpu < 0) in replay_switch_event()
963 BUG_ON(cpu >= MAX_CPUS || cpu < 0); in latency_switch_event()
1026 BUG_ON(cpu >= MAX_CPUS || cpu < 0); in latency_runtime_event()
1315 BUG_ON(this_cpu >= MAX_CPUS || this_cpu < 0); in map_switch_event()
Dbuiltin-timechart.c304 #define MAX_CPUS 4096 macro
306 static u64 cpus_cstate_start_times[MAX_CPUS];
307 static int cpus_cstate_state[MAX_CPUS];
308 static u64 cpus_pstate_start_times[MAX_CPUS];
309 static u64 cpus_pstate_state[MAX_CPUS];
/linux-4.1.27/Documentation/accounting/
Dgetdelays.c64 #define MAX_CPUS 32 macro
72 char cpumask[100+6*MAX_CPUS];
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/
Dqlge.h30 #define MAX_CPUS 8 macro
31 #define MAX_TX_RINGS MAX_CPUS
32 #define MAX_RX_RINGS ((MAX_CPUS * 2) + 1)
1760 u32 intr_states[MAX_CPUS];
Dqlge_main.c4102 int cpu_cnt = min(MAX_CPUS, (int)num_online_cpus()); in ql_configure_rings()
4742 min(MAX_CPUS, netif_get_num_default_rss_queues())); in qlge_probe()