Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:total_cpus
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/kernel/power_management/
H
A
D
runpwtests03.sh
28
total_cpus
=`expr $(tst_ncpus) - 1`
31
for cpu in $(seq 0 "${
total_cpus
}" )
53
total_cpus
=`expr $(tst_ncpus) - 1`
56
for cpu in $(seq 0 "${
total_cpus
}" )
80
total_cpus
=`expr $(tst_ncpus) - 1`
84
for cpu in $(seq 0 "${
total_cpus
}" )
93
for cpu in $(seq 0 "${
total_cpus
}" )
H
A
D
pm_include.sh
38
total_cpus
=`tst_ncpus`
39
((
total_cpus
-=1 ))
40
for cpu in $(seq 0 "${
total_cpus
}" )
47
while [ "${j}" -lt "${
total_cpus
}" ]
58
total_cpus
=`tst_ncpus`
59
((
total_cpus
-=1 ))
61
for cpu in $(seq 0 "${
total_cpus
}" )
/third_party/mesa3d/src/util/
H
A
D
u_cpu_detect.c
591
int
total_cpus
= 0;
in util_cpu_detect_once()
local
657
total_cpus
= sysconf(_SC_NPROCESSORS_CONF);
in util_cpu_detect_once()
658
if (
total_cpus
== ~0)
in util_cpu_detect_once()
659
total_cpus
= 1;
in util_cpu_detect_once()
667
total_cpus
= ncpu;
in util_cpu_detect_once()
673
total_cpus
= MAX2(
total_cpus
, util_cpu_caps.nr_cpus);
in util_cpu_detect_once()
675
util_cpu_caps.max_cpus =
total_cpus
;
in util_cpu_detect_once()
676
util_cpu_caps.num_cpu_mask_bits = align(
total_cpus
, 32);
in util_cpu_detect_once()
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
H
A
D
memcg_lib.sh
39
# additionally
total_cpus
(plus 1 or 2) pages are charged to the group via
52
local
total_cpus
=`tst_ncpus`
67
limit=$((limit + 4 * PAGESIZE +
total_cpus
* PAGESIZE + node_mem))
Completed in 2 milliseconds