HomeSort by relevance Sort by last modified time
    Searched refs:cpus (Results 1 - 8 of 8) sorted by null

  /external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
build-generated-files.sh 13 NUMCPUS=`../../../WebKitTools/Scripts/num-cpus`
  /external/webkit/WebCore/WebCore.vcproj/
build-generated-files.sh 29 NUMCPUS=`../../WebKitTools/Scripts/num-cpus`
  /external/blktrace/btreplay/
btreplay.c 142 static int cpus_to_use = -1; // Number of CPUs to use
145 static int ncpus = 0; // Number of CPUs in the system
505 cpu_set_t cpus; local
507 if (sched_getaffinity(getpid(), sizeof(cpus), &cpus)) {
516 for (ncpus = 0; ncpus < CPU_SETSIZE && CPU_ISSET(ncpus, &cpus); ncpus++)
519 fatal(NULL, ERR_SYSCALL, "Insufficient number of CPUs\n");
530 cpu_set_t cpus; local
534 CPU_ZERO(&cpus);
535 CPU_SET(tip->cpu, &cpus);
    [all...]
  /external/webkit/WebKitTools/Scripts/
parallelcl 88 chomp($numJobs = `num-cpus`);
  /external/fdlibm/
Android.mk 60 # little endian cpus.
  /external/blktrace/
blkparse.c 69 struct per_cpu_info *cpus; member in struct:per_dev_info
323 struct per_cpu_info *cpus = pdi->cpus; local
330 cpus = realloc(cpus, size);
331 if (!cpus) {
338 new_start = (char *)cpus + (ncpus * sizeof(struct per_cpu_info));
343 pdi->cpus = cpus;
346 struct per_cpu_info *pci = &pdi->cpus[new_count]
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 171 The number of CPUs being used on the replay system can be different from
173 \texttt{--cpus} option allows one to state how many CPUs on the replay
174 system to utilize. If the number of CPUs on the replay system is less than
178 \texttt{--cpus} option.)
387 [ -c <cpus> : --cpus=<cpus> ] Default: 1
406 \texttt{--cpus}\\Set Number of CPUs to Use
    [all...]
  /external/kernel-headers/original/asm-x86/
paravirt.h 196 void (*flush_tlb_others)(const cpumask_t *cpus, struct mm_struct *mm,
324 * Unfortunately, this is a relatively slow operation for modern CPUs,

Completed in 149 milliseconds