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:threads_shift
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
cputhreads.h
25
extern int
threads_shift
;
30
#define
threads_shift
0
macro
37
return nr_cpu_ids >>
threads_shift
;
in cpu_nr_cores()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
cputhreads.h
25
extern int
threads_shift
;
30
#define
threads_shift
0
macro
65
return nr_cpu_ids >>
threads_shift
;
in cpu_nr_cores()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
setup-common.c
393
int threads_per_core, threads_per_subcore,
threads_shift
__read_mostly;
397
EXPORT_SYMBOL_GPL(
threads_shift
);
variable
411
threads_shift
= ilog2(tpc);
in cpu_init_thread_core_maps()
412
BUG_ON(tpc != (1 <<
threads_shift
));
in cpu_init_thread_core_maps()
419
printk(KERN_DEBUG " (thread shift is %d)\n",
threads_shift
);
in cpu_init_thread_core_maps()
H
A
D
smp.c
1257
return cpu >>
threads_shift
;
in cpu_core_index_of_thread()
1263
return core <<
threads_shift
;
in cpu_first_thread_of_core()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
setup-common.c
398
int threads_per_core, threads_per_subcore,
threads_shift
__read_mostly;
402
EXPORT_SYMBOL_GPL(
threads_shift
);
variable
416
threads_shift
= ilog2(tpc);
in cpu_init_thread_core_maps()
417
BUG_ON(tpc != (1 <<
threads_shift
));
in cpu_init_thread_core_maps()
424
printk(KERN_DEBUG " (thread shift is %d)\n",
threads_shift
);
in cpu_init_thread_core_maps()
H
A
D
smp.c
1375
return cpu >>
threads_shift
;
in cpu_core_index_of_thread()
1381
return core <<
threads_shift
;
in cpu_first_thread_of_core()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv_rm_xics.c
58
hcpu = hcore <<
threads_shift
;
in icp_send_hcore_msg()
117
int my_core = smp_processor_id() >>
threads_shift
;
in find_available_hostcore()
923
core = cpu >>
threads_shift
;
in kvmppc_xics_ipi_action()
H
A
D
book3s_hv.c
3040
core = cpu >>
threads_shift
;
in kvmppc_clear_host_core()
3061
core = cpu >>
threads_shift
;
in kvmppc_set_host_core()
4877
core = cpu >>
threads_shift
;
in kvmppc_alloc_host_rm_ops()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv_rm_xics.c
58
hcpu = hcore <<
threads_shift
;
in icp_send_hcore_msg()
117
int my_core = smp_processor_id() >>
threads_shift
;
in find_available_hostcore()
913
core = cpu >>
threads_shift
;
in kvmppc_xics_ipi_action()
H
A
D
book3s_hv.c
3662
core = cpu >>
threads_shift
;
in kvmppc_clear_host_core()
3683
core = cpu >>
threads_shift
;
in kvmppc_set_host_core()
5365
core = cpu >>
threads_shift
;
in kvmppc_alloc_host_rm_ops()
Completed in 23 milliseconds