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:jit_blocked
(Results
1 - 11
of
11
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/csf/
H
A
D
mali_kbase_csf_kcpu.h
228
* @
jit_blocked
: Used to keep track of command queues blocked
243
struct list_head
jit_blocked
;
member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H
A
D
mali_kbase_csf_kcpu.h
270
* @
jit_blocked
: Used to keep track of command queues blocked
286
struct list_head
jit_blocked
;
member
H
A
D
mali_kbase_csf_kcpu.c
174
jit_blocked
) {
in kbase_jit_add_to_pending_alloc_list()
180
target_list_head = &blocked_queue->
jit_blocked
;
in kbase_jit_add_to_pending_alloc_list()
185
list_add_tail(&queue->
jit_blocked
, target_list_head);
in kbase_jit_add_to_pending_alloc_list()
218
list_del(&queue->
jit_blocked
);
in kbase_kcpu_jit_allocate_process()
413
list_del(&queue->
jit_blocked
);
in kbase_kcpu_jit_allocate_finish()
439
&kctx->csf.kcpu_queues.jit_blocked_queues,
jit_blocked
)
in kbase_kcpu_jit_retry_pending_allocs()
2203
INIT_LIST_HEAD(&queue->
jit_blocked
);
in kbase_csf_kcpu_queue_new()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_softjobs.c
922
katom->
jit_blocked
= false;
in kbase_jit_allocate_prepare()
964
if (katom->
jit_blocked
) {
in kbase_jit_allocate_process()
966
katom->
jit_blocked
= false;
in kbase_jit_allocate_process()
1020
katom->
jit_blocked
= true;
in kbase_jit_allocate_process()
1064
if (katom->
jit_blocked
) {
in kbase_jit_allocate_finish()
1066
katom->
jit_blocked
= false;
in kbase_jit_allocate_finish()
H
A
D
mali_kbase_defs.h
570
bool
jit_blocked
;
member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_softjobs.c
989
katom->
jit_blocked
= false;
in kbase_jit_allocate_prepare()
1058
if (katom->
jit_blocked
) {
in kbase_jit_allocate_process()
1060
katom->
jit_blocked
= false;
in kbase_jit_allocate_process()
1156
katom->
jit_blocked
= true;
in kbase_jit_allocate_process()
1226
if (katom->
jit_blocked
) {
in kbase_jit_allocate_finish()
1228
katom->
jit_blocked
= false;
in kbase_jit_allocate_finish()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_softjobs.c
1017
katom->
jit_blocked
= false;
in kbase_jit_allocate_prepare()
1085
if (katom->
jit_blocked
) {
in kbase_jit_allocate_process()
1087
katom->
jit_blocked
= false;
in kbase_jit_allocate_process()
1186
katom->
jit_blocked
= true;
in kbase_jit_allocate_process()
1260
if (katom->
jit_blocked
) {
in kbase_jit_allocate_finish()
1262
katom->
jit_blocked
= false;
in kbase_jit_allocate_finish()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_softjobs.c
951
katom->
jit_blocked
= false;
in kbase_jit_allocate_prepare()
992
if (katom->
jit_blocked
) {
in kbase_jit_allocate_process()
994
katom->
jit_blocked
= false;
in kbase_jit_allocate_process()
1049
katom->
jit_blocked
= true;
in kbase_jit_allocate_process()
1095
if (katom->
jit_blocked
) {
in kbase_jit_allocate_finish()
1097
katom->
jit_blocked
= false;
in kbase_jit_allocate_finish()
H
A
D
mali_kbase_defs.h
577
bool
jit_blocked
;
member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/jm/
H
A
D
mali_kbase_jm_defs.h
460
* @
jit_blocked
: Flag indicating that JIT allocation requested through
620
bool
jit_blocked
;
member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/jm/
H
A
D
mali_kbase_jm_defs.h
475
* @
jit_blocked
: Flag indicating that JIT allocation requested through
634
bool
jit_blocked
;
member
Completed in 20 milliseconds