Searched refs:cpus (Results 76 - 84 of 84) sorted by relevance

1234

/external/lisa/libs/utils/
H A Dtrace.py928 for _, cpus in clusters.iteritems():
929 cluster_df = df[df.cpu.isin(cpus)]
930 for chunk in self._chunker(cluster_df, len(cpus)):
/external/autotest/client/bin/
H A Dutils.py452 cpus = []
454 cpus.append(cpu['processor']) # grab cpu number
455 return cpus
/external/devlib/devlib/
H A Dtarget.py332 case this will be interpreted as the list of cpus, or string, which
470 cpus = self.core_cpus(core)
471 if not cpus:
473 return [o for o in all_online if o in cpus]
/external/python/cpython2/Lib/test/
H A Dtest_multiprocessing.py276 cpus = multiprocessing.cpu_count()
278 cpus = 1
279 self.assertTrue(type(cpus) is int)
280 self.assertTrue(cpus >= 1)
/external/libevent/
H A Devent.c992 event_config_set_num_cpus_hint(struct event_config *cfg, int cpus) argument
996 cfg->n_cpus_hint = cpus;
/external/fio/
H A Dgclient.c530 gc->client_cpus = le32_to_cpu(probe->cpus);
H A Dserver.c863 probe.cpus = __cpu_to_le32(cpus_online());
/external/dtc/Documentation/
H A Ddtc-paper.tex329 cpus {
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm724 ; On AMD cpus <=K10, an ordinary ret is slow if it immediately follows either

Completed in 386 milliseconds

1234