HomeSort by relevance Sort by last modified time
    Searched full:max_cpus (Results 1 - 19 of 19) sorted by null

  /external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/power/reevaluate_hotplug/
format 10 field:u32 max_cpus; offset:12; size:4; signed:0;
12 print fmt: "managed:%x max_cpus=%u", (unsigned int)REC->managed_cpus, (unsigned int)REC->max_cpus
  /external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/power/set_max_cpus/
format 10 field:u32 max_cpus; offset:12; size:4; signed:0;
12 print fmt: "managed:%x max_cpus=%u", (unsigned int)REC->managed_cpus, (unsigned int)REC->max_cpus
  /external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/power/reevaluate_hotplug/
format 10 field:u32 max_cpus; offset:12; size:4; signed:0;
12 print fmt: "managed:%x max_cpus=%u", (unsigned int)REC->managed_cpus, (unsigned int)REC->max_cpus
  /external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/power/set_max_cpus/
format 10 field:u32 max_cpus; offset:12; size:4; signed:0;
12 print fmt: "managed:%x max_cpus=%u", (unsigned int)REC->managed_cpus, (unsigned int)REC->max_cpus
  /external/blktrace/
verify_blkparse.c 7 #define MAX_CPUS (512)
15 unsigned int last_seq[MAX_CPUS], seq;
18 for (nr = 0; nr < MAX_CPUS; nr++)
47 if (cpu >= MAX_CPUS) {
blktrace.c 186 u32 max_cpus; member in struct:blktrace_net_hdr
866 hdr.max_cpus = ncpus;
    [all...]
  /external/autotest/client/tests/monotonic_time/src/
threads.c 16 #define MAX_CPUS CPU_SETSIZE
17 #define MAX_THREADS MAX_CPUS
56 for (cpu = 0; cpu < MAX_CPUS; cpu++) {
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Library/AmdStyxHelperLib/
AmdStyxHelperLib.c 40 #define MAX_CPUS sizeof(mPmuInfo) / sizeof(PMU_INFO)
50 for (i = 0; i < MAX_CPUS; ++i) {
  /external/fio/os/
os-solaris.h 108 const unsigned int max_cpus = sysconf(_SC_NPROCESSORS_ONLN); local
113 cpus = malloc(sizeof(*cpus) * max_cpus);
os.h 370 int max_cpus = cpus_online(); local
373 for (i = 0, nr_cpus = 0; i < max_cpus; i++)
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatInitDxe/
PlatInitDxe.c 86 #define MAX_CPUS sizeof(mPmuInfo) / sizeof(PMU_INFO)
189 for (i = 0; i < MAX_CPUS; ++i) {
  /external/autotest/client/tests/tsc/src/
checktsc.c 14 #define MAX_CPUS 32
288 for (cpu_a = 0; cpu_a < MAX_CPUS; cpu_a++) {
292 for (cpu_b = 0; cpu_b < MAX_CPUS; cpu_b++) {
333 for (c = 0; c < MAX_CPUS; c++) {
  /external/linux-kselftest/tools/testing/selftests/intel_pstate/
run.sh 38 max_cpus=$(($(nproc)-1))
43 for cpu in `seq 0 $max_cpus`
  /external/webrtc/talk/media/base/
videoadapter.h 161 void OnCpuLoadUpdated(int current_cpus, int max_cpus,
174 int current_cpus, int max_cpus,
videoadapter.cc 402 int current_cpus, int max_cpus,
405 if (system_load >= high_system_threshold_ * max_cpus &&
409 } else if (system_load < low_system_threshold_ * max_cpus) {
571 int current_cpus, int max_cpus, float process_load, float system_load) {
584 AdaptRequest request = FindCpuRequest(current_cpus, max_cpus,
videoadapter_unittest.cc 48 int current_cpus, int max_cpus, float process_load, float system_load) {
50 adapter->OnCpuLoadUpdated(current_cpus, max_cpus,
    [all...]
  /external/linux-kselftest/tools/testing/selftests/mqueue/
mq_perf_tests.c 75 #define MAX_CPUS 64
77 int cpus_to_pin[MAX_CPUS];
79 pthread_t cpu_threads[MAX_CPUS];
552 cpus_online = min(MAX_CPUS, sysconf(_SC_NPROCESSORS_ONLN));
582 } while (next_option && num_cpus_to_pin < MAX_CPUS);
  /external/ltp/testcases/realtime/func/matrix_mult/
matrix_mult.c 45 #define MAX_CPUS 8192
164 } while (online_cpu_id < MAX_CPUS);
  /external/ltp/testcases/kernel/controllers/cgroup/
getdelays.c 73 #define MAX_CPUS 32
75 char cpumask[100 + 6 * MAX_CPUS];

Completed in 1133 milliseconds