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:other_dep_atom
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_jd.c
530
struct kbase_jd_atom *
other_dep_atom
;
in jd_resolve_dep()
local
562
other_dep_atom
= (struct kbase_jd_atom *)kbase_jd_katom_dep_atom(&dep_atom->dep[other_d]);
in jd_resolve_dep()
564
(!
other_dep_atom
|| (IS_GPU_ATOM(dep_atom) && !ctx_is_dying && !dep_atom->will_fail_event_code &&
in jd_resolve_dep()
565
!
other_dep_atom
->will_fail_event_code))) {
in jd_resolve_dep()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_jd.c
414
struct kbase_jd_atom *
other_dep_atom
;
in jd_resolve_dep()
local
436
other_dep_atom
= (struct kbase_jd_atom *)
in jd_resolve_dep()
439
if (!dep_atom->in_jd_list && (!
other_dep_atom
||
in jd_resolve_dep()
442
!
other_dep_atom
->will_fail_event_code))) {
in jd_resolve_dep()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_jd.c
392
struct kbase_jd_atom *
other_dep_atom
;
in jd_resolve_dep()
local
411
other_dep_atom
= (struct kbase_jd_atom *)kbase_jd_katom_dep_atom(&dep_atom->dep[other_d]);
in jd_resolve_dep()
413
(!
other_dep_atom
|| (IS_GPU_ATOM(dep_atom) && !ctx_is_dying && !dep_atom->will_fail_event_code &&
in jd_resolve_dep()
414
!
other_dep_atom
->will_fail_event_code))) {
in jd_resolve_dep()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_jd.c
551
struct kbase_jd_atom *
other_dep_atom
;
in jd_resolve_dep()
local
589
other_dep_atom
= (struct kbase_jd_atom *)
in jd_resolve_dep()
592
if (!dep_atom->in_jd_list && (!
other_dep_atom
||
in jd_resolve_dep()
595
!
other_dep_atom
->will_fail_event_code))) {
in jd_resolve_dep()
Completed in 8 milliseconds