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_count
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_vinstr.c
62
* @
suspend_count
: Suspend reference count. If non-zero, timer and worker are
74
size_t
suspend_count
;
member
314
(vctx->
suspend_count
== 0) &&
in kbasep_vinstr_reschedule_worker()
366
/* We don't need to check vctx->
suspend_count
here, as the suspend
in kbasep_vinstr_dump_timer()
369
*
suspend_count
!= 0.
in kbasep_vinstr_dump_timer()
544
if (!WARN_ON(vctx->
suspend_count
== SIZE_MAX))
in kbase_vinstr_suspend()
545
vctx->
suspend_count
++;
in kbase_vinstr_suspend()
557
*
suspend_count
that we just incremented before rescheduling the timer.
in kbase_vinstr_suspend()
574
if (!WARN_ON(vctx->
suspend_count
== 0)) {
in kbase_vinstr_resume()
575
vctx->
suspend_count
in kbase_vinstr_resume()
[all...]
H
A
D
mali_kbase_kinstr_prfcnt.c
60
* @
suspend_count
: Suspend reference count. If non-zero, timer and worker
72
size_t
suspend_count
;
member
355
(kinstr_ctx->
suspend_count
== 0)) {
in kbasep_kinstr_prfcnt_reschedule_worker()
1321
/* We don't need to check kinstr_ctx->
suspend_count
here.
in kbasep_kinstr_prfcnt_dump_timer()
1324
* the
suspend_count
reaches 0.
in kbasep_kinstr_prfcnt_dump_timer()
1394
if (!WARN_ON(kinstr_ctx->
suspend_count
== SIZE_MAX))
in kbase_kinstr_prfcnt_suspend()
1395
kinstr_ctx->
suspend_count
++;
in kbase_kinstr_prfcnt_suspend()
1407
*
suspend_count
that we just incremented before rescheduling the timer.
in kbase_kinstr_prfcnt_suspend()
1424
if (!WARN_ON(kinstr_ctx->
suspend_count
== 0)) {
in kbase_kinstr_prfcnt_resume()
1425
kinstr_ctx->
suspend_count
in kbase_kinstr_prfcnt_resume()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_vinstr.c
57
* @
suspend_count
: Suspend reference count. If non-zero, timer and worker are
68
size_t
suspend_count
;
member
290
if ((earliest_next_ns != U64_MAX) && (vctx->
suspend_count
== 0) && !WARN_ON(earliest_next_ns < cur_ts_ns)) {
in kbasep_vinstr_reschedule_worker()
337
/* We don't need to check vctx->
suspend_count
here, as the suspend
in kbasep_vinstr_dump_timer()
340
*
suspend_count
!= 0.
in kbasep_vinstr_dump_timer()
505
if (!WARN_ON(vctx->
suspend_count
== SIZE_MAX)) {
in kbase_vinstr_suspend()
506
vctx->
suspend_count
++;
in kbase_vinstr_suspend()
519
*
suspend_count
that we just incremented before rescheduling the timer.
in kbase_vinstr_suspend()
537
if (!WARN_ON(vctx->
suspend_count
== 0)) {
in kbase_vinstr_resume()
538
vctx->
suspend_count
in kbase_vinstr_resume()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H
A
D
usbnet.h
36
unsigned char
suspend_count
;
member
/device/soc/rockchip/common/sdk_linux/drivers/devfreq/
H
A
D
devfreq.c
840
atomic_set(&devfreq->
suspend_count
, 0);
in devfreq_add_device()
1082
if (atomic_inc_return(&devfreq->
suspend_count
) > 1) {
in devfreq_suspend_device()
1122
if (atomic_dec_return(&devfreq->
suspend_count
) >= 1) {
in devfreq_resume_device()
/device/soc/rockchip/common/vendor/drivers/net/usb/
H
A
D
meig_cdc_driver.c
572
unsigned char
suspend_count
;
member
2786
if (!dev->
suspend_count
++) {
2808
if (!--dev->
suspend_count
) {
Completed in 14 milliseconds