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:smp_cpu_mt_shift
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
smp.c
86
unsigned int
smp_cpu_mt_shift
;
variable
87
EXPORT_SYMBOL(
smp_cpu_mt_shift
);
variable
361
smp_cpu_mt_shift
= 0;
in pcpu_set_smt()
362
while (smp_cpu_mtid >= (1U <<
smp_cpu_mt_shift
))
in pcpu_set_smt()
363
smp_cpu_mt_shift
++;
in pcpu_set_smt()
728
address < (SCLP_MAX_CORES <<
smp_cpu_mt_shift
);
in smp_get_core_info()
729
address += (1U <<
smp_cpu_mt_shift
)) {
in smp_get_core_info()
734
address >>
smp_cpu_mt_shift
;
in smp_get_core_info()
754
address = core->core_id <<
smp_cpu_mt_shift
;
in smp_add_core()
791
core_id = pcpu_devices[0].address >>
smp_cpu_mt_shift
;
in __smp_rescan_cpus()
[all...]
H
A
D
topology.c
126
lcpu = smp_find_processor_id(rcore <<
smp_cpu_mt_shift
);
in add_cpus_to_mask()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
smp.c
88
unsigned int
smp_cpu_mt_shift
;
variable
89
EXPORT_SYMBOL(
smp_cpu_mt_shift
);
variable
377
smp_cpu_mt_shift
= 0;
in pcpu_set_smt()
378
while (smp_cpu_mtid >= (1U <<
smp_cpu_mt_shift
))
in pcpu_set_smt()
379
smp_cpu_mt_shift
++;
in pcpu_set_smt()
755
address < (SCLP_MAX_CORES <<
smp_cpu_mt_shift
);
in smp_get_core_info()
756
address += (1U <<
smp_cpu_mt_shift
)) {
in smp_get_core_info()
761
address >>
smp_cpu_mt_shift
;
in smp_get_core_info()
781
address = core->core_id <<
smp_cpu_mt_shift
;
in smp_add_core()
820
core_id = pcpu_devices[0].address >>
smp_cpu_mt_shift
;
in __smp_rescan_cpus()
[all...]
H
A
D
topology.c
131
cpu = smp_find_processor_id(rcore <<
smp_cpu_mt_shift
);
in add_cpus_to_mask()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
smp.h
18
extern unsigned int
smp_cpu_mt_shift
;
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
smp.h
17
extern unsigned int
smp_cpu_mt_shift
;
Completed in 7 milliseconds