OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_cpus
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/tests/kvm/tests/
cpu_hotplug.py
30
total_cpus
= current_cpus + n_cpus_add
36
for i in range(
total_cpus
):
44
if total_cpus_monitor !=
total_cpus
:
46
(total_cpus_monitor,
total_cpus
))
62
if cpus_after_addition !=
total_cpus
:
65
(cpus_after_addition,
total_cpus
))
/external/webrtc/webrtc/base/
linux.cc
59
int
total_cpus
= 0;
local
67
++
total_cpus
;
72
if (
total_cpus
== 0) {
73
total_cpus
= 1;
77
total_cpus
= static_cast<int>(sections_.size());
80
*num =
total_cpus
;
/external/autotest/client/virt/
virt_scheduler.py
11
def __init__(self, tests, num_workers,
total_cpus
, total_mem, bindir):
17
@param
total_cpus
: The total number of CPUs to dedicate to tests.
23
self.
total_cpus
=
total_cpus
173
if uc and uc + test_used_cpus > self.
total_cpus
:
187
if uc and uc + test_used_cpus > self.
total_cpus
:
Completed in 130 milliseconds