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:bucket_info
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/
H
A
D
isst-display.c
239
struct isst_fact_bucket_info *
bucket_info
= fact_info->
bucket_info
;
in _isst_fact_display_information()
local
248
if (!
bucket_info
[j].high_priority_cores_count)
in _isst_fact_display_information()
264
if (!
bucket_info
[j].high_priority_cores_count)
in _isst_fact_display_information()
272
bucket_info
[j].high_priority_cores_count);
in _isst_fact_display_information()
279
bucket_info
[j].sse_trl * DISP_FREQ_MULTIPLIER);
in _isst_fact_display_information()
287
bucket_info
[j].avx_trl * DISP_FREQ_MULTIPLIER);
in _isst_fact_display_information()
295
bucket_info
[j].avx512_trl *
in _isst_fact_display_information()
H
A
D
isst-core.c
542
struct isst_fact_bucket_info *
bucket_info
)
in isst_get_fact_bucket_info()
562
bucket_info
[j + (i * 4)].high_priority_cores_count =
in isst_get_fact_bucket_info()
585
bucket_info
[j + (i * 4)].sse_trl =
in isst_get_fact_bucket_info()
589
bucket_info
[j + (i * 4)].avx_trl =
in isst_get_fact_bucket_info()
593
bucket_info
[j + (i * 4)].avx512_trl =
in isst_get_fact_bucket_info()
646
ret = isst_get_fact_bucket_info(cpu, level, fact_info->
bucket_info
);
in isst_get_fact_info()
655
if (!fact_info->
bucket_info
[j].high_priority_cores_count)
in isst_get_fact_info()
541
isst_get_fact_
bucket_info
(int cpu, int level, struct isst_fact_
bucket_info
*
bucket_info
)
isst_get_fact_bucket_info()
argument
H
A
D
isst.h
114
struct isst_fact_bucket_info
bucket_info
[ISST_FACT_MAX_BUCKETS];
member
226
struct isst_fact_bucket_info *
bucket_info
);
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H
A
D
isst-display.c
246
struct isst_fact_bucket_info *
bucket_info
= fact_info->
bucket_info
;
in _isst_fact_display_information()
local
257
if (!
bucket_info
[j].hp_cores && id->cpu >= 0)
in _isst_fact_display_information()
275
if (!
bucket_info
[j].hp_cores)
in _isst_fact_display_information()
283
bucket_info
[j].hp_cores);
in _isst_fact_display_information()
286
if (!
bucket_info
[j].hp_ratios[i] || (fact_avx != 0xFF && !(fact_avx & (1 << i))))
in _isst_fact_display_information()
295
bucket_info
[j].hp_ratios[i] * isst_get_disp_freq_multiplier());
in _isst_fact_display_information()
H
A
D
isst-core-mbox.c
747
struct isst_fact_bucket_info *
bucket_info
)
in _get_fact_bucket_info()
767
bucket_info
[j + (i * 4)].hp_cores =
in _get_fact_bucket_info()
788
bucket_info
[j + (i * 4)].hp_ratios[k] =
in _get_fact_bucket_info()
815
ret = _get_fact_bucket_info(id, level, fact_info->
bucket_info
);
in mbox_get_fact_info()
824
if (!fact_info->
bucket_info
[j].hp_cores)
in mbox_get_fact_info()
746
_get_fact_
bucket_info
(struct isst_id *id, int level, struct isst_fact_
bucket_info
*
bucket_info
)
_get_fact_bucket_info()
argument
H
A
D
isst-core-tpmi.c
517
fact_info->
bucket_info
[j].hp_ratios[i] =
in tpmi_get_fact_info()
522
fact_info->
bucket_info
[i].hp_cores = info.bucket_core_counts[i];
in tpmi_get_fact_info()
H
A
D
isst.h
123
struct isst_fact_bucket_info
bucket_info
[ISST_FACT_MAX_BUCKETS];
member
Completed in 8 milliseconds