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:resume_wait
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/context/backend/
H
A
D
mali_kbase_context_csf.c
192
wait_event(kbdev->pm.
resume_wait
,
in kbase_destroy_context()
H
A
D
mali_kbase_context_jm.c
252
wait_event(kbdev->pm.
resume_wait
,
in kbase_destroy_context()
/device/soc/rockchip/common/sdk_linux/kernel/power/
H
A
D
hibernate.c
52
static int
resume_wait
;
variable
1011
if (
resume_wait
) {
in software_resume()
1365
resume_wait
= 1;
in resumewait_setup()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H
A
D
mali_kbase_pm_backend.c
184
init_waitqueue_head(&kbdev->pm.
resume_wait
);
in kbase_hwaccess_pm_init()
962
wake_up_all(&kbdev->pm.
resume_wait
);
in kbase_hwaccess_pm_resume()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_defs.h
390
* @
resume_wait
: system resume of GPU device.
418
wait_queue_head_t
resume_wait
;
member
Completed in 8 milliseconds