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:ready_count
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
pm-cps.c
27
* @nc_ready_count: pointer to a non-coherent mapping of the core
ready_count
54
static DEFINE_PER_CPU_ALIGNED(u32*,
ready_count
);
158
/* Create a non-coherent mapping of the core
ready_count
*/
in cps_pm_enter_state()
159
core_ready_count = per_cpu(
ready_count
, core);
in cps_pm_enter_state()
165
/* Ensure
ready_count
is zero-initialised before the assembly runs */
in cps_pm_enter_state()
172
/* Remove the non-coherent mapping of
ready_count
*/
in cps_pm_enter_state()
399
/* Increment
ready_count
*/
in cps_gen_entry_code()
423
* by polling for the top bit of
ready_count
being set.
in cps_gen_entry_code()
544
* execution. This VPE will set the top bit of
ready_count
in cps_gen_entry_code()
579
/* Decrement
ready_count
*/
in cps_gen_entry_code()
[all...]
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
pm-cps.c
27
* @nc_ready_count: pointer to a non-coherent mapping of the core
ready_count
54
static DEFINE_PER_CPU_ALIGNED(u32*,
ready_count
);
158
/* Create a non-coherent mapping of the core
ready_count
*/
in cps_pm_enter_state()
159
core_ready_count = per_cpu(
ready_count
, core);
in cps_pm_enter_state()
165
/* Ensure
ready_count
is zero-initialised before the assembly runs */
in cps_pm_enter_state()
172
/* Remove the non-coherent mapping of
ready_count
*/
in cps_pm_enter_state()
399
/* Increment
ready_count
*/
in cps_gen_entry_code()
423
* by polling for the top bit of
ready_count
being set.
in cps_gen_entry_code()
544
* execution. This VPE will set the top bit of
ready_count
in cps_gen_entry_code()
579
/* Decrement
ready_count
*/
in cps_gen_entry_code()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H
A
D
venc.c
52
u32
ready_count
;
member
824
venc->
ready_count
++;
in venc_get_one_encoded_frame()
965
venc->
ready_count
= 0;
in venc_start_session()
1193
venc->
ready_count
,
in venc_get_debug_info()
Completed in 4 milliseconds