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_nodes
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/kernel/numa/
H
A
D
numa01.sh
75
total_nodes
=0
79
total_nodes
=$((
total_nodes
+1))
82
tst_res TINFO "The system contains $
total_nodes
nodes: $nodes_list"
84
if [ $
total_nodes
-le 1 ]; then
122
if [ $cnt -eq $
total_nodes
]; then #wrap up for last node
154
Exp_incr=$(echo "$MB / $
total_nodes
" |bc)
243
Exp_incr=$(echo "$MB / $
total_nodes
" |bc)
357
if [ $cnt -eq $
total_nodes
]; then #wrap up for last node
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
H
A
D
memcg_lib.sh
56
total_nodes
=1
58
total_nodes
=`ls /sys/devices/system/node/ | grep -c "node[0-9][0-9]*"`
62
if [ $
total_nodes
-gt 1 ]; then
63
node_mem=$((
total_nodes
- 1))
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
native.rs
338
pub
total_nodes
: ::off_t,
Completed in 4 milliseconds