HomeSort by relevance Sort by last modified time
    Searched refs:cpu_count (Results 26 - 50 of 154) sorted by null

12 3 4 5 6 7

  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm.sh 213 cpu_count=`configNR_CPUS.sh $CONFIGFRAG/$CF1`
214 cpu_count=`configfrag_boot_cpus "$TORTURE_BOOTARGS" "$CONFIGFRAG/$CF1" "$cpu_count"`
215 cpu_count=`configfrag_boot_maxcpus "$TORTURE_BOOTARGS" "$CONFIGFRAG/$CF1" "$cpu_count"`
218 echo $CF1 $cpu_count >> $T/cfgcpu
  /external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
distort_image_ops_test.py 256 def _benchmark_adjust_hue_in_yiq(self, device, cpu_count):
261 if cpu_count is not None:
263 config.intra_op_parallelism_threads = cpu_count
280 tag = device + '_%s' % (cpu_count if cpu_count is not None else 'all')
300 def _benchmark_adjust_saturation_in_yiq(self, device, cpu_count):
305 if cpu_count is not None:
307 config.intra_op_parallelism_threads = cpu_count
325 tag = '%s' % (cpu_count) if cpu_count is not None else '_all
    [all...]
  /external/ltp/testcases/kernel/power_management/lib/
pm_sched_mc.py 20 cpu_count = 0 variable
42 global cpu_count
45 cpu_count += 1
57 for i in range(0, cpu_count):
154 for i in range(0, cpu_count):
174 for i in range(0, cpu_count):
192 for i in range(0, cpu_count):
244 for i in range(0, cpu_count):
299 threads = cpu_count / socket_count
306 threads = cpu_count
    [all...]
  /external/python/futures/concurrent/futures/
thread.py 15 from multiprocessing import cpu_count
18 def cpu_count(): function
109 max_workers = (cpu_count() or 1) * 5
  /external/autotest/client/tests/dbench/
dbench.py 28 nprocs = self.job.cpu_count()
  /external/autotest/client/tests/tbench/
tbench.py 26 nprocs = self.job.cpu_count()
  /external/webrtc/webrtc/tools/barcode_tools/
helper_functions.py 86 process_pool = multiprocessing.Pool(processes=multiprocessing.cpu_count())
  /system/extras/taskstats/
taskstats.c 174 s->cpu_count,
176 average_ns(s->cpu_delay_total, s->cpu_count),
195 s->cpu_count,
197 average_ms(s->cpu_delay_total, s->cpu_count),
  /external/vixl/tools/
clang_format.py 64 default = multiprocessing.cpu_count(),
65 const = multiprocessing.cpu_count(),
  /bionic/libc/kernel/uapi/linux/
taskstats.h 29 __u64 cpu_count __attribute__((aligned(8))); member in struct:taskstats
  /external/deqp/scripts/
launchcontrol_build.py 59 threadCount = multiprocessing.cpu_count() + 1
  /external/kernel-headers/original/uapi/linux/
taskstats.h 72 __u64 cpu_count __attribute__((aligned(8))); member in struct:taskstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
taskstats.h 71 __u64 cpu_count __attribute__((aligned(8))); member in struct:taskstats
  /external/autotest/client/site_tests/power_HotCPUSuspend/
power_HotCPUSuspend.py 71 cpus = multiprocessing.cpu_count()
  /external/skia/tools/skqp/
download_model 63 pool = multiprocessing.Pool(processes=multiprocessing.cpu_count() * 2)
  /external/skqp/tools/skqp/
download_model 63 pool = multiprocessing.Pool(processes=multiprocessing.cpu_count() * 2)
  /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/
run-find-all-symbols.py 95 max_task = multiprocessing.cpu_count()
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
run-find-all-symbols.py 95 max_task = multiprocessing.cpu_count()
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
run-find-all-symbols.py 95 max_task = multiprocessing.cpu_count()
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
run-find-all-symbols.py 95 max_task = multiprocessing.cpu_count()
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
run-find-all-symbols.py 95 max_task = multiprocessing.cpu_count()
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
run-find-all-symbols.py 95 max_task = multiprocessing.cpu_count()
  /prebuilts/clang/host/linux-x86/clang-4393122/share/clang/
run-find-all-symbols.py 95 max_task = multiprocessing.cpu_count()
  /prebuilts/clang/host/linux-x86/clang-4479392/share/clang/
run-find-all-symbols.py 95 max_task = multiprocessing.cpu_count()
  /prebuilts/clang/host/linux-x86/clang-4579689/share/clang/
run-find-all-symbols.py 95 max_task = multiprocessing.cpu_count()

Completed in 655 milliseconds

12 3 4 5 6 7