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:job_nr
(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
732
* @
job_nr
: Tracks the number of atoms being processed by the
740
* This must be updated atomically with @
job_nr
.
786
u32
job_nr
;
member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/jm/
H
A
D
mali_kbase_jm_defs.h
789
* @
job_nr
: Tracks the number of atoms being processed by the
797
* This must be updated atomically with @
job_nr
.
844
u32
job_nr
;
member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_jd.c
863
if (--kctx->jctx.
job_nr
== 0) {
in jd_done_nolock()
940
jctx->
job_nr
++;
in jd_submit_atom()
1799
kctx->jctx.
job_nr
= 0;
in kbase_jd_init()
H
A
D
mali_kbase_defs.h
612
u32
job_nr
;
member
633
* - kbase_jd_context::
job_nr
*/
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_jd.c
823
if (--kctx->jctx.
job_nr
== 0)
in jd_done_nolock()
925
jctx->
job_nr
++;
in jd_submit_atom()
1824
kctx->jctx.
job_nr
= 0;
in kbase_jd_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_jd.c
766
if (--kctx->jctx.
job_nr
== 0) {
in jd_done_nolock()
862
jctx->
job_nr
++;
in jd_submit_atom()
1711
kctx->jctx.
job_nr
= 0;
in kbase_jd_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_jd.c
901
if (--kctx->jctx.
job_nr
== 0)
in jd_done_nolock()
977
jctx->
job_nr
++;
in jd_submit_atom()
1876
kctx->jctx.
job_nr
= 0;
in kbase_jd_init()
H
A
D
mali_kbase_defs.h
619
u32
job_nr
;
member
640
* - kbase_jd_context::
job_nr
*/
/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
834
kctx->jctx.
job_nr
== 0, timeout);
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