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:zero_jobs_wait
(Results
1 - 12
of
12
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/jm/
H
A
D
mali_kbase_jm_defs.h
736
* @
zero_jobs_wait
: Waitq that reflects whether there are no jobs
783
wait_queue_head_t
zero_jobs_wait
;
member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/jm/
H
A
D
mali_kbase_jm_defs.h
793
* @
zero_jobs_wait
: Waitq that reflects whether there are no jobs
841
wait_queue_head_t
zero_jobs_wait
;
member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_jd.c
864
wake_up(&kctx->jctx.
zero_jobs_wait
); /* All events are safely queued now, and we can signal any waiter
in jd_done_nolock()
1787
init_waitqueue_head(&kctx->jctx.
zero_jobs_wait
);
in kbase_jd_init()
H
A
D
mali_kbase_defs.h
634
wait_queue_head_t
zero_jobs_wait
;
member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_jd.c
828
wake_up(&kctx->jctx.
zero_jobs_wait
);
in jd_done_nolock()
1820
init_waitqueue_head(&kctx->jctx.
zero_jobs_wait
);
in kbase_jd_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_jd.c
767
wake_up(&kctx->jctx.
zero_jobs_wait
); /* All events are safely queued now, and we can signal any waiter
in jd_done_nolock()
1707
init_waitqueue_head(&kctx->jctx.
zero_jobs_wait
);
in kbase_jd_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_jd.c
902
wake_up(&kctx->jctx.
zero_jobs_wait
); /* All events are safely queued now, and we can signal any waiter
in jd_done_nolock()
1864
init_waitqueue_head(&kctx->jctx.
zero_jobs_wait
);
in kbase_jd_init()
H
A
D
mali_kbase_defs.h
641
wait_queue_head_t
zero_jobs_wait
;
member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H
A
D
mali_kbase_jm_hw.c
723
wait_event(kctx->jctx.
zero_jobs_wait
, kctx->jctx.job_nr == 0);
in kbase_jm_wait_for_zero_jobs()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H
A
D
mali_kbase_jm_hw.c
755
timeout = wait_event_timeout(kctx->jctx.
zero_jobs_wait
, kctx->jctx.job_nr == 0, timeout);
in kbase_jm_wait_for_zero_jobs()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H
A
D
mali_kbase_jm_hw.c
833
timeout = wait_event_timeout(kctx->jctx.
zero_jobs_wait
,
in kbase_jm_wait_for_zero_jobs()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H
A
D
mali_kbase_jm_hw.c
824
wait_event(kctx->jctx.
zero_jobs_wait
, kctx->jctx.job_nr == 0);
in kbase_jm_wait_for_zero_jobs()
Completed in 23 milliseconds