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:topo_max_cpus
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/
H
A
D
isst-config.c
32
static int
topo_max_cpus
;
variable
255
for (i = 0; i <
topo_max_cpus
; ++i) {
in store_cpu_topology()
348
return
topo_max_cpus
;
in get_topo_max_cpus()
391
for (i = 0; i <
topo_max_cpus
; ++i) {
in for_each_online_package_in_set()
435
for (i = 0; i <
topo_max_cpus
; ++i) {
in for_each_online_target_cpu_in_set()
464
topo_max_cpus
= 0;
in set_max_cpu_num()
481
topo_max_cpus
+= BITMASK_SIZE;
in set_max_cpu_num()
484
debug_printf("max cpus %d\n",
topo_max_cpus
);
in set_max_cpu_num()
492
_cpu_set = CPU_ALLOC((
topo_max_cpus
+ 1));
in alloc_cpu_set()
495
size = CPU_ALLOC_SIZE((
topo_max_cpus
in alloc_cpu_set()
[all...]
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H
A
D
isst-config.c
34
static int
topo_max_cpus
;
variable
292
for (i = 0; i <
topo_max_cpus
; ++i) {
in store_cpu_topology()
447
return
topo_max_cpus
;
in get_topo_max_cpus()
545
for (i = 0; i <
topo_max_cpus
; ++i)
in force_all_cpus_online()
563
for (i = 0; i <
topo_max_cpus
; ++i) {
in for_each_online_power_domain_in_set()
615
for (i = 0; i <
topo_max_cpus
; ++i) {
in for_each_online_target_cpu_in_set()
645
topo_max_cpus
= 0;
in set_max_cpu_num()
662
topo_max_cpus
+= BITMASK_SIZE;
in set_max_cpu_num()
665
debug_printf("max cpus %d\n",
topo_max_cpus
);
in set_max_cpu_num()
673
_cpu_set = CPU_ALLOC((
topo_max_cpus
in alloc_cpu_set()
[all...]
Completed in 5 milliseconds