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:offline_cpus
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/cpu-hotplug/
H
A
D
cpu-on-off-test.sh
47
offline_cpus
=`cat $SYSFS/devices/system/cpu/offline`
48
if [[ "a$
offline_cpus
" = "a" ]]; then
49
offline_cpus
=0
51
offline_max=${
offline_cpus
##*-}
53
echo -e "\t Cpus in offline state: $
offline_cpus
"
174
offline_cpus
=0
205
if [[ $
offline_cpus
-gt 0 ]]; then
/kernel/linux/linux-5.10/tools/testing/selftests/cpu-hotplug/
H
A
D
cpu-on-off-test.sh
46
offline_cpus
=`cat $SYSFS/devices/system/cpu/offline`
47
if [[ "a$
offline_cpus
" = "a" ]]; then
48
offline_cpus
=0
50
offline_max=${
offline_cpus
##*-}
52
echo -e "\t Cpus in offline state: $
offline_cpus
"
156
offline_cpus
=0
198
if [[ $
offline_cpus
-gt 0 ]]; then
/kernel/linux/linux-6.6/tools/power/cpupower/utils/helpers/
H
A
D
misc.c
172
bitmask_clearall(
offline_cpus
);
in get_cpustate()
180
bitmask_setbit(
offline_cpus
, cpu);
in get_cpustate()
213
str_len =
offline_cpus
->size * 5;
in print_offline_cpus()
216
if (!bitmask_isallclear(
offline_cpus
)) {
in print_offline_cpus()
217
bitmask_displaylist(offline_cpus_str, str_len,
offline_cpus
);
in print_offline_cpus()
H
A
D
helpers.h
214
extern struct bitmask *
offline_cpus
;
/kernel/linux/linux-6.6/tools/power/cpupower/utils/
H
A
D
cpupower.c
38
struct bitmask *
offline_cpus
;
variable
185
offline_cpus
= bitmask_alloc(sysconf(_SC_NPROCESSORS_CONF));
in main()
240
if (
offline_cpus
)
in main()
241
bitmask_free(
offline_cpus
);
in main()
Completed in 3 milliseconds