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:booted_cores
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
topology.h
20
int
booted_cores
;
member
39
#define topology_booted_cores(cpu) (cpu_topology[cpu].
booted_cores
)
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
topology.h
20
int
booted_cores
;
member
39
#define topology_booted_cores(cpu) (cpu_topology[cpu].
booted_cores
)
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
smpboot.c
677
c->
booted_cores
= 1;
in set_cpu_sibling_map()
723
* the
booted_cores
for this new cpu
in set_cpu_sibling_map()
727
c->
booted_cores
++;
in set_cpu_sibling_map()
733
cpu_data(i).
booted_cores
++;
in set_cpu_sibling_map()
734
} else if (i != cpu && !c->
booted_cores
)
in set_cpu_sibling_map()
735
c->
booted_cores
= cpu_data(i).
booted_cores
;
in set_cpu_sibling_map()
1265
ncpus = cpu_data(0).
booted_cores
* topology_max_smt_threads();
in calculate_max_logical_packages()
1387
cpu_data(sibling).
booted_cores
--;
in remove_siblinginfo()
1409
c->
booted_cores
in remove_siblinginfo()
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
smpboot.c
595
c->
booted_cores
= 1;
in set_cpu_sibling_map()
635
* the
booted_cores
for this new cpu
in set_cpu_sibling_map()
639
c->
booted_cores
++;
in set_cpu_sibling_map()
645
cpu_data(i).
booted_cores
++;
in set_cpu_sibling_map()
646
} else if (i != cpu && !c->
booted_cores
)
in set_cpu_sibling_map()
647
c->
booted_cores
= cpu_data(i).
booted_cores
;
in set_cpu_sibling_map()
1421
ncpus = cpu_data(0).
booted_cores
* topology_max_smt_threads();
in calculate_max_logical_packages()
1558
cpu_data(sibling).
booted_cores
--;
in remove_siblinginfo()
1572
c->
booted_cores
in remove_siblinginfo()
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
topology.c
257
topo->
booted_cores
= 0;
in update_cpu_masks()
276
topo_package->
booted_cores
++;
in update_cpu_masks()
279
topo->
booted_cores
= topo_package->
booted_cores
;
in update_cpu_masks()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
topology.c
263
topo->
booted_cores
= 0;
in update_cpu_masks()
282
topo_package->
booted_cores
++;
in update_cpu_masks()
285
topo->
booted_cores
= topo_package->
booted_cores
;
in update_cpu_masks()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
proc.c
25
seq_printf(m, "cpu cores\t: %d\n", c->
booted_cores
);
in show_cpuinfo_core()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
proc.c
27
seq_printf(m, "cpu cores\t: %d\n", c->
booted_cores
);
in show_cpuinfo_core()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
processor.h
128
u16
booted_cores
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
processor.h
132
u16
booted_cores
;
member
Completed in 11 milliseconds