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:suspend_cnt
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_vinstr.c
79
* @
suspend_cnt
: reference counter of vinstr's suspend state
105
unsigned int
suspend_cnt
;
member
1694
vinstr_ctx->
suspend_cnt
= 0;
in kbase_vinstr_init()
1901
vinstr_ctx->
suspend_cnt
++;
in kbase_vinstr_try_suspend()
1903
BUG_ON(vinstr_ctx->
suspend_cnt
== 0);
in kbase_vinstr_try_suspend()
1944
BUG_ON(vinstr_ctx->
suspend_cnt
== 0);
in kbase_vinstr_resume()
1945
vinstr_ctx->
suspend_cnt
--;
in kbase_vinstr_resume()
1946
if (vinstr_ctx->
suspend_cnt
== 0) {
in kbase_vinstr_resume()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_vinstr.c
91
* @
suspend_cnt
: reference counter of vinstr's suspend state
117
unsigned int
suspend_cnt
;
member
1802
vinstr_ctx->
suspend_cnt
= 0;
in kbase_vinstr_init()
2018
vinstr_ctx->
suspend_cnt
++;
in kbase_vinstr_try_suspend()
2020
BUG_ON(0 == vinstr_ctx->
suspend_cnt
);
in kbase_vinstr_try_suspend()
2062
BUG_ON(0 == vinstr_ctx->
suspend_cnt
);
in kbase_vinstr_resume()
2063
vinstr_ctx->
suspend_cnt
--;
in kbase_vinstr_resume()
2064
if (0 == vinstr_ctx->
suspend_cnt
) {
in kbase_vinstr_resume()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H
A
D
mali_kbase_csf_scheduler.c
3561
u32
suspend_cnt
= 0;
in scheduler_apply()
local
3577
suspend_cnt
++;
in scheduler_apply()
Completed in 12 milliseconds