Searched refs:MAX_CPUS (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/arch/arm/mach-omap2/ |
D | cpuidle44xx.c | 24 #define MAX_CPUS 2 macro 65 static struct powerdomain *mpu_pd, *cpu_pd[MAX_CPUS]; 66 static struct clockdomain *cpu_clkdm[MAX_CPUS]; 69 static bool cpu_done[MAX_CPUS];
|
/linux-6.1.9/tools/power/x86/amd_pstate_tracer/ |
D | amd_pstate_trace.py | 39 MAX_CPUS = 256 variable 62 last_sec_cpu = [0] * MAX_CPUS 63 last_usec_cpu = [0] * MAX_CPUS 264 cpu_mask = zeros((MAX_CPUS,), dtype=int) 297 if int(p) < MAX_CPUS : 300 for i in range (0, MAX_CPUS):
|
/linux-6.1.9/tools/virtio/virtio-trace/ |
D | trace-agent.h | 7 #define MAX_CPUS 256 macro 23 struct rw_thread_info *rw_ti[MAX_CPUS];
|
D | trace-agent.c | 36 } else if (nr_cpus > MAX_CPUS) { in get_total_cpus() 37 pr_err("Exceed max cpus(%d)\n", (int)MAX_CPUS); in get_total_cpus() 221 pthread_t rw_thread_per_cpu[MAX_CPUS]; in agent_main_loop()
|
/linux-6.1.9/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 44 MAX_CPUS = 256 variable 72 last_sec_cpu = [0] * MAX_CPUS 73 last_usec_cpu = [0] * MAX_CPUS 96 … number of CPUs is {0:d}. If there are more the script will abort with an error.'.format(MAX_CPUS)) 511 cpu_mask = zeros((MAX_CPUS,), dtype=int) 543 if int(p) < MAX_CPUS : 546 for i in range (0, MAX_CPUS):
|
/linux-6.1.9/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 77 #define MAX_CPUS 64 macro 79 int cpus_to_pin[MAX_CPUS]; 81 pthread_t cpu_threads[MAX_CPUS]; 563 cpus_online = MIN(MAX_CPUS, sysconf(_SC_NPROCESSORS_ONLN)); in main() 593 } while (next_option && num_cpus_to_pin < MAX_CPUS); in main()
|
/linux-6.1.9/scripts/gdb/linux/ |
D | cpus.py | 22 MAX_CPUS = 4096 variable 30 if tid > (0x100000000 - MAX_CPUS - 2):
|
/linux-6.1.9/drivers/scsi/be2iscsi/ |
D | be_main.h | 57 #define MAX_CPUS 64U macro 281 char *msi_name[MAX_CPUS]; 371 struct be_aic_obj aic_obj[MAX_CPUS]; 995 struct be_eq_obj be_eq[MAX_CPUS]; 996 struct be_queue_info be_cq[MAX_CPUS - 1];
|
D | be_cmds.h | 709 } delay[MAX_CPUS];
|
D | be_main.c | 5187 struct be_set_eqd set_eqd[MAX_CPUS]; in beiscsi_eqd_update_work()
|
/linux-6.1.9/tools/accounting/ |
D | procacct.c | 76 #define MAX_CPUS 32 macro 84 char cpumask[100+6*MAX_CPUS];
|
D | getdelays.c | 64 #define MAX_CPUS 32 macro 72 char cpumask[100+6*MAX_CPUS];
|
/linux-6.1.9/tools/perf/ |
D | builtin-sched.c | 50 #define MAX_CPUS 4096 macro 170 DECLARE_BITMAP(comp_cpus_mask, MAX_CPUS); 196 u32 curr_pid[MAX_CPUS]; 197 struct thread *curr_thread[MAX_CPUS]; 227 u64 cpu_last_switched[MAX_CPUS]; 872 if (cpu >= MAX_CPUS || cpu < 0) in replay_switch_event() 1142 BUG_ON(cpu >= MAX_CPUS || cpu < 0); in latency_switch_event() 1213 BUG_ON(cpu >= MAX_CPUS || cpu < 0); in latency_runtime_event() 1569 BUG_ON(this_cpu.cpu >= MAX_CPUS || this_cpu.cpu < 0); in map_switch_event() 1575 cpus_nr = bitmap_weight(sched->map.comp_cpus_mask, MAX_CPUS); in map_switch_event()
|
D | builtin-timechart.c | 315 #define MAX_CPUS 4096 macro 317 static u64 cpus_cstate_start_times[MAX_CPUS]; 318 static int cpus_cstate_state[MAX_CPUS]; 319 static u64 cpus_pstate_start_times[MAX_CPUS]; 320 static u64 cpus_pstate_state[MAX_CPUS];
|
/linux-6.1.9/drivers/staging/qlge/ |
D | qlge.h | 29 #define MAX_CPUS 8 macro 30 #define MAX_TX_RINGS MAX_CPUS 31 #define MAX_RX_RINGS ((MAX_CPUS * 2) + 1) 1777 u32 intr_states[MAX_CPUS];
|
D | qlge_main.c | 3918 int cpu_cnt = min_t(int, MAX_CPUS, num_online_cpus()); in qlge_configure_rings() 4554 min(MAX_CPUS, in qlge_probe()
|
/linux-6.1.9/tools/perf/util/ |
D | data-convert-bt.c | 50 #define MAX_CPUS 4096 macro 1342 ncpus = ph->env.nr_cpus_avail ?: MAX_CPUS; in setup_streams()
|