HomeSort by relevance Sort by last modified time
    Searched refs:num_cpus (Results 1 - 25 of 34) sorted by null

1 2

  /build/kati/
affinity.cc 27 int n = g_flags.num_cpus / 2;
38 for (int i = 0; i < g_flags.num_cpus; i++) {
flags.h 47 int num_cpus; member in struct:Flags
flags.cc 52 num_jobs = num_cpus = sysconf(_SC_NPROCESSORS_ONLN);
  /external/fio/os/
os-solaris.h 110 unsigned int num_cpus; local
116 if (pset_info(*mask, NULL, &num_cpus, cpus) < 0) {
122 for (i = 0; i < num_cpus; i++) {
135 unsigned int num_cpus; local
137 if (pset_info(*mask, NULL, &num_cpus, NULL) < 0)
140 return num_cpus;
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.h 55 uint32_t num_cpus; /* Number of CPUs. */ member in struct:radeon_drm_winsys
  /external/netperf/src/
nettest_dlpi.h 60 int num_cpus; /* how many CPUs were there? */ member in struct:dlpi_co_stream_results_struct
106 int num_cpus; /* how many CPUs were there? */ member in struct:dlpi_co_rr_results_struct
146 int num_cpus; member in struct:dlpi_cl_stream_results_struct
196 int num_cpus; /* how many CPUs were there? */ member in struct:dlpi_cl_rr_results_struct
nettest_unix.h 56 int num_cpus; member in struct:stream_stream_results_struct
100 int num_cpus; member in struct:stream_rr_results_struct
138 int num_cpus; member in struct:dg_stream_results_struct
185 int num_cpus; member in struct:dg_rr_results_struct
nettest_sdp.h 63 int num_cpus; /* how many CPUs had the remote? */ member in struct:sdp_stream_results_struct
109 int num_cpus; /* how many CPUs had the remote? */ member in struct:sdp_rr_results_struct
160 int num_cpus; /* how many CPUs had the remote? */ member in struct:sdp_maerts_results_struct
nettest_xti.h 56 int num_cpus; /* how many CPUs were there */ member in struct:xti_tcp_stream_results_struct
101 int num_cpus; /* how many CPUs were there */ member in struct:xti_tcp_rr_results_struct
147 int num_cpus; /* how many CPUs were there */ member in struct:xti_tcp_conn_rr_results_struct
185 int num_cpus; /* how many CPUs were there */ member in struct:xti_udp_stream_results_struct
231 int num_cpus; /* how many CPUs were there */ member in struct:xti_udp_rr_results_struct
nettest_sctp.h 58 int num_cpus; /* how many CPUs had the remote? */ member in struct:sctp_stream_results_struct
104 int num_cpus; /* how many CPUs had the remote? */ member in struct:sctp_rr_results_struct
nettest_bsd.h 166 uint32_t num_cpus; /* number of CPUs in remote */ member in struct:omni_results_struct
239 int num_cpus; /* how many CPUs had the remote? */ member in struct:tcp_stream_results_struct
292 int num_cpus; /* how many CPUs had the remote? */ member in struct:tcp_maerts_results_struct
337 int num_cpus; /* how many CPUs had the remote? */ member in struct:tcp_rr_results_struct
383 int num_cpus; /* how many CPUs had the remote? */ member in struct:tcp_conn_rr_results_struct
429 int num_cpus; /* how many CPUs had the remote? */ member in struct:tcp_tran_rr_results_struct
470 int num_cpus; /* how many CPUs had the remote? */ member in struct:udp_stream_results_struct
516 int num_cpus; /* how many CPUs had the remote? */ member in struct:udp_rr_results_struct
562 int num_cpus; /* how many CPUs had the remote? */ member in struct:tcp_cc_results_struct
netlib.h 632 int num_cpus);
637 int num_cpus);
netlib.c     [all...]
nettest_sdp.c 675 sdp_stream_result->num_cpus);
    [all...]
nettest_sctp.c 873 sctp_stream_result->num_cpus);
    [all...]
  /external/autotest/client/site_tests/platform_AesThroughput/
platform_AesThroughput.py 20 num_cpus = bin_utils.count_cpus()
21 logging.debug('Running using all cpus: %d' % num_cpus)
22 results = self.openssl_speed('aes-256-cbc', '-multi %d' % num_cpus)
  /external/google-benchmark/src/
sysinfo.cc 138 int num_cpus = 0; local
182 num_cpus++; // count up every time we see an "processor :" entry
203 if (num_cpus == 0) {
206 if ((max_cpu_id + 1) != num_cpus) {
211 cpuinfo_num_cpus = num_cpus;
272 int num_cpus = 0;
273 size_t size = sizeof(num_cpus);
275 if (::sysctl(numcpus_name, arraysize(numcpus_name), &num_cpus, &size, nullptr, 0) ==
277 (size == sizeof(num_cpus)))
278 cpuinfo_num_cpus = num_cpus;
    [all...]
console_reporter.cc 33 std::cerr << "Run on (" << context.num_cpus << " X " << context.mhz_per_cpu
34 << " MHz CPU " << ((context.num_cpus > 1) ? "s" : "") << ")\n";
csv_reporter.cc 30 std::cerr << "Run on (" << context.num_cpus << " X " << context.mhz_per_cpu
31 << " MHz CPU " << ((context.num_cpus > 1) ? "s" : "") << ")\n";
json_reporter.cc 67 << FormatKV("num_cpus", static_cast<int64_t>(context.num_cpus))
  /external/autotest/client/site_tests/hardware_Interrupt/
hardware_Interrupt.py 34 num_cpus = len(lines.pop(0).split())
38 count = sum(map(int, fields[1:1 + num_cpus]))
  /external/google-benchmark/include/benchmark/
reporter.h 33 int num_cpus; member in struct:benchmark::BenchmarkReporter::Context
  /external/google-breakpad/src/processor/
microdump.cc 207 string num_cpus; local
215 os_tokens >> num_cpus; local
221 system_info_->cpu_count = HexStrToL<uint8_t>(num_cpus);
  /external/chromium-trace/catapult/perf_insights/perf_insights/
trace_info.py 28 num_cpus = ndb.StringProperty(indexed=True, default=None) variable in class:TraceInfo
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
powermetrics_power_monitor.py 165 num_cpus = len(core_dict[core_idx]['cpus'])
167 for cpu_idx in xrange(num_cpus):

Completed in 464 milliseconds

1 2