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:n_subcores
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv.c
2789
int
n_subcores
;
member
2805
cip->
n_subcores
= 1;
in init_core_info()
2812
static bool subcore_config_ok(int
n_subcores
, int n_threads)
in subcore_config_ok()
argument
2819
return
n_subcores
<= 4 && n_threads == 1;
in subcore_config_ok()
2822
if (
n_subcores
> 1 && threads_per_subcore < MAX_SMT_THREADS)
in subcore_config_ok()
2824
if (
n_subcores
> MAX_SUBCORES)
in subcore_config_ok()
2826
if (
n_subcores
> 1) {
in subcore_config_ok()
2828
n_subcores
= 4;
in subcore_config_ok()
2829
if (
n_subcores
> 2 && !(dynamic_mt_modes & 4))
in subcore_config_ok()
2833
return
n_subcores
* roundup_pow_of_tw
in subcore_config_ok()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv.c
3416
int
n_subcores
;
member
3432
cip->
n_subcores
= 1;
in init_core_info()
3439
static bool subcore_config_ok(int
n_subcores
, int n_threads)
in subcore_config_ok()
argument
3446
return
n_subcores
<= 4 && n_threads == 1;
in subcore_config_ok()
3449
if (
n_subcores
> 1 && threads_per_subcore < MAX_SMT_THREADS)
in subcore_config_ok()
3451
if (
n_subcores
> MAX_SUBCORES)
in subcore_config_ok()
3453
if (
n_subcores
> 1) {
in subcore_config_ok()
3455
n_subcores
= 4;
in subcore_config_ok()
3456
if (
n_subcores
> 2 && !(dynamic_mt_modes & 4))
in subcore_config_ok()
3460
return
n_subcores
* roundup_pow_of_tw
in subcore_config_ok()
[all...]
Completed in 10 milliseconds