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:pcc_lock
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
cppc_acpi.c
70
struct rw_semaphore
pcc_lock
;
member
234
* So it must be called while holding write_lock(
pcc_lock
)
858
init_rwsem(&pcc_data[pcc_subspace_id]->
pcc_lock
);
in acpi_cppc_processor_probe()
975
* Since cpc_read and cpc_write are called while holding
pcc_lock
, it should be
1115
down_write(&pcc_ss_data->
pcc_lock
);
in cppc_get_perf()
1122
up_write(&pcc_ss_data->
pcc_lock
);
in cppc_get_perf()
1211
down_write(&pcc_ss_data->
pcc_lock
);
in cppc_get_perf_caps()
1255
up_write(&pcc_ss_data->
pcc_lock
);
in cppc_get_perf_caps()
1344
down_write(&pcc_ss_data->
pcc_lock
);
in cppc_get_perf_ctrs()
1377
up_write(&pcc_ss_data->
pcc_lock
);
in cppc_get_perf_ctrs()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
cppc_acpi.c
70
struct rw_semaphore
pcc_lock
;
member
221
* So it must be called while holding write_lock(
pcc_lock
)
819
init_rwsem(&pcc_data[pcc_subspace_id]->
pcc_lock
);
in acpi_cppc_processor_probe()
934
* Since cpc_read and cpc_write are called while holding
pcc_lock
, it should be
1048
down_write(&pcc_ss_data->
pcc_lock
);
in cppc_get_desired_perf()
1055
up_write(&pcc_ss_data->
pcc_lock
);
in cppc_get_desired_perf()
1107
down_write(&pcc_ss_data->
pcc_lock
);
in cppc_get_perf_caps()
1151
up_write(&pcc_ss_data->
pcc_lock
);
in cppc_get_perf_caps()
1198
down_write(&pcc_ss_data->
pcc_lock
);
in cppc_get_perf_ctrs()
1231
up_write(&pcc_ss_data->
pcc_lock
);
in cppc_get_perf_ctrs()
[all...]
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
pcc-cpufreq.c
95
static DEFINE_SPINLOCK(
pcc_lock
);
149
spin_lock(&
pcc_lock
);
in pcc_get_freq()
188
spin_unlock(&
pcc_lock
);
in pcc_get_freq()
193
spin_unlock(&
pcc_lock
);
in pcc_get_freq()
218
spin_lock(&
pcc_lock
);
in pcc_cpufreq_target()
235
spin_unlock(&
pcc_lock
);
in pcc_cpufreq_target()
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
pcc-cpufreq.c
96
static DEFINE_SPINLOCK(
pcc_lock
);
150
spin_lock(&
pcc_lock
);
in pcc_get_freq()
189
spin_unlock(&
pcc_lock
);
in pcc_get_freq()
194
spin_unlock(&
pcc_lock
);
in pcc_get_freq()
219
spin_lock(&
pcc_lock
);
in pcc_cpufreq_target()
235
spin_unlock(&
pcc_lock
);
in pcc_cpufreq_target()
/kernel/linux/linux-6.6/drivers/phy/freescale/
H
A
D
phy-fsl-lynx-28g.c
133
spinlock_t
pcc_lock
;
member
404
spin_lock(&priv->
pcc_lock
);
in lynx_28g_set_mode()
422
spin_unlock(&priv->
pcc_lock
);
in lynx_28g_set_mode()
607
spin_lock_init(&priv->
pcc_lock
);
in lynx_28g_probe()
Completed in 7 milliseconds