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:is_multi_socket
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ltp/testcases/network/stress/ns-tools/
H
A
D
ns-mcast_join.c
75
int
is_multi_socket
; /* If non-zero, multi-socket mode */
variable
252
is_multi_socket
= 1;
in parse_options()
301
if (!
is_multi_socket
)
in join_group()
326
if (!
is_multi_socket
)
in join_group()
338
if (
is_multi_socket
)
in join_group()
/third_party/ltp/testcases/kernel/power_management/
H
A
D
pm_cpu_consolidation.py
52
# consolidation
is_multi_socket
& is_hyper_threaded check is done
53
if
is_multi_socket
() and is_multi_core() and options.mc_value:
116
if
is_multi_socket
():
H
A
D
runpwtests01.sh
53
multi_socket=$(
is_multi_socket
)
H
A
D
pm_ilb_test.py
34
if
is_multi_socket
():
H
A
D
pm_include.sh
118
is_multi_socket
() {
function
/third_party/ltp/testcases/kernel/power_management/lib/
H
A
D
pm_sched_mc.py
68
def
is_multi_socket
():
function
Completed in 3 milliseconds