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:tau
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
tau_6xx.c
41
}
tau
[NR_CPUS];
variable
60
mtspr(SPRN_THRM1, THRM1_THRES(
tau
[cpu].low) | THRM1_V | maybe_tie | THRM1_TID);
in set_thresholds()
63
mtspr(SPRN_THRM2, THRM1_THRES(
tau
[cpu].high) | THRM1_V | maybe_tie);
in set_thresholds()
77
if (
tau
[cpu].low >= step_size) {
in TAUupdate()
78
tau
[cpu].low -= step_size;
in TAUupdate()
79
tau
[cpu].high -= (step_size - window_expand);
in TAUupdate()
81
tau
[cpu].grew = 1;
in TAUupdate()
88
if (
tau
[cpu].high <= 127 - step_size) {
in TAUupdate()
89
tau
[cpu].low += (step_size - window_expand);
in TAUupdate()
90
tau
[cp
in TAUupdate()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
tau_6xx.c
41
}
tau
[NR_CPUS];
variable
60
mtspr(SPRN_THRM1, THRM1_THRES(
tau
[cpu].low) | THRM1_V | maybe_tie | THRM1_TID);
in set_thresholds()
63
mtspr(SPRN_THRM2, THRM1_THRES(
tau
[cpu].high) | THRM1_V | maybe_tie);
in set_thresholds()
77
if (
tau
[cpu].low >= step_size) {
in TAUupdate()
78
tau
[cpu].low -= step_size;
in TAUupdate()
79
tau
[cpu].high -= (step_size - window_expand);
in TAUupdate()
81
tau
[cpu].grew = 1;
in TAUupdate()
88
if (
tau
[cpu].high <= 127 - step_size) {
in TAUupdate()
89
tau
[cpu].low += (step_size - window_expand);
in TAUupdate()
90
tau
[cp
in TAUupdate()
[all...]
/kernel/linux/linux-5.10/crypto/
H
A
D
salsa20_generic.c
115
static const char
tau
[16] = "expand 16-byte k";
in salsa20_setkey()
local
131
constants =
tau
;
in salsa20_setkey()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
si_dpm.h
73
u32
tau
[SMC_SISLANDS_DTE_MAX_FILTER_STAGES];
member
H
A
D
sislands_smc.h
371
uint32_t
tau
[SMC_SISLANDS_DTE_MAX_FILTER_STAGES];
member
H
A
D
si_dpm.c
2496
dte_tables->
tau
[i] = cpu_to_be32(dte_data->
tau
[i]);
in si_initialize_smc_dte_tables()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
si_dpm.h
73
u32
tau
[SMC_SISLANDS_DTE_MAX_FILTER_STAGES];
member
H
A
D
sislands_smc.h
362
uint32_t
tau
[SMC_SISLANDS_DTE_MAX_FILTER_STAGES];
member
H
A
D
si_dpm.c
2493
dte_tables->
tau
[i] = cpu_to_be32(dte_data->
tau
[i]);
in si_initialize_smc_dte_tables()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
H
A
D
sislands_smc.h
371
uint32_t
tau
[SMC_SISLANDS_DTE_MAX_FILTER_STAGES];
member
H
A
D
si_dpm.h
889
u32
tau
[SMC_SISLANDS_DTE_MAX_FILTER_STAGES];
member
H
A
D
si_dpm.c
2591
dte_tables->
tau
[i] = cpu_to_be32(dte_data->
tau
[i]);
in si_initialize_smc_dte_tables()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/
H
A
D
sislands_smc.h
358
uint32_t
tau
[SMC_SISLANDS_DTE_MAX_FILTER_STAGES];
member
H
A
D
si_dpm.h
896
u32
tau
[SMC_SISLANDS_DTE_MAX_FILTER_STAGES];
member
H
A
D
si_dpm.c
2606
dte_tables->
tau
[i] = cpu_to_be32(dte_data->
tau
[i]);
in si_initialize_smc_dte_tables()
Completed in 47 milliseconds