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:x_dep
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_js.c
2187
* but is still present in the
x_dep
list. If @katom has a same-slot dependent
2236
struct kbase_jd_atom *
x_dep
= katom->x_post_dep;
local
2247
if (
x_dep
&& (
x_dep
->atom_flags & (KBASE_KATOM_FLAG_JSCTX_IN_TREE | KBASE_KATOM_FLAG_JSCTX_IN_X_DEP_LIST))) {
2249
x_dep
->atom_flags &= ~KBASE_KATOM_FLAG_X_DEP_BLOCKED;
2250
trace_sysgraph(SGR_DEP_RES, kctx->id, kbase_jd_atom_id(kctx,
x_dep
));
2252
dev_dbg(kctx->kbdev->dev, "Cleared X_DEP flag on atom %p\n", (void *)
x_dep
);
2255
if (
x_dep
->atom_flags & KBASE_KATOM_FLAG_FAIL_BLOCKER) {
2256
x_dep
->will_fail_event_code = katom->event_code;
2258
if (
x_dep
3006
struct kbase_jd_atom *
x_dep
= katom->x_post_dep;
global()
local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_js.c
1942
* but is still present in the
x_dep
list. If @katom has a same-slot dependent
1980
struct kbase_jd_atom *
x_dep
= katom->x_post_dep;
in kbase_js_evict_deps()
local
1991
if (
x_dep
&& (
x_dep
->atom_flags & (KBASE_KATOM_FLAG_JSCTX_IN_TREE | KBASE_KATOM_FLAG_JSCTX_IN_X_DEP_LIST))) {
in kbase_js_evict_deps()
1993
x_dep
->atom_flags &= ~KBASE_KATOM_FLAG_X_DEP_BLOCKED;
in kbase_js_evict_deps()
1996
if (
x_dep
->atom_flags & KBASE_KATOM_FLAG_FAIL_BLOCKER) {
in kbase_js_evict_deps()
1997
x_dep
->will_fail_event_code = katom->event_code;
in kbase_js_evict_deps()
1999
if (
x_dep
->atom_flags & KBASE_KATOM_FLAG_JSCTX_IN_X_DEP_LIST) {
in kbase_js_evict_deps()
2000
kbase_js_move_to_tree(
x_dep
);
in kbase_js_evict_deps()
2301
struct kbase_jd_atom *
x_dep
in kbase_js_complete_atom()
local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_js.c
2036
* but is still present in the
x_dep
list. If @katom has a same-slot dependent
2078
struct kbase_jd_atom *
x_dep
= katom->x_post_dep;
in kbase_js_evict_deps()
local
2091
if (
x_dep
&& (
x_dep
->atom_flags & (KBASE_KATOM_FLAG_JSCTX_IN_TREE |
in kbase_js_evict_deps()
2094
x_dep
->atom_flags &= ~KBASE_KATOM_FLAG_X_DEP_BLOCKED;
in kbase_js_evict_deps()
2097
if (
x_dep
->atom_flags & KBASE_KATOM_FLAG_FAIL_BLOCKER) {
in kbase_js_evict_deps()
2098
x_dep
->will_fail_event_code = katom->event_code;
in kbase_js_evict_deps()
2100
if (
x_dep
->atom_flags & KBASE_KATOM_FLAG_JSCTX_IN_X_DEP_LIST)
in kbase_js_evict_deps()
2101
kbase_js_move_to_tree(
x_dep
);
in kbase_js_evict_deps()
2410
struct kbase_jd_atom *
x_dep
in kbase_js_complete_atom()
local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_js.c
2580
* but is still present in the
x_dep
list. If @katom has a same-slot dependent
2639
struct kbase_jd_atom *
x_dep
= katom->x_post_dep;
local
2652
if (
x_dep
&& (
x_dep
->atom_flags & (KBASE_KATOM_FLAG_JSCTX_IN_TREE |
2655
x_dep
->atom_flags &= ~KBASE_KATOM_FLAG_X_DEP_BLOCKED;
2658
(void *)
x_dep
);
2661
if (
x_dep
->atom_flags & KBASE_KATOM_FLAG_FAIL_BLOCKER) {
2662
x_dep
->will_fail_event_code = katom->event_code;
2664
if (
x_dep
->atom_flags & KBASE_KATOM_FLAG_JSCTX_IN_X_DEP_LIST)
2665
kbase_js_move_to_tree(
x_dep
);
3468
struct kbase_jd_atom *
x_dep
= katom->x_post_dep;
global()
local
[all...]
Completed in 13 milliseconds