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:found_kctx
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_ctx_sched.c
255
struct kbase_context *
found_kctx
= NULL;
in kbase_ctx_sched_as_to_ctx_refcount()
local
265
found_kctx
= kbdev->as_to_kctx[as_nr];
in kbase_ctx_sched_as_to_ctx_refcount()
267
if (!WARN_ON(
found_kctx
== NULL))
in kbase_ctx_sched_as_to_ctx_refcount()
268
kbase_ctx_sched_retain_ctx_refcount(
found_kctx
);
in kbase_ctx_sched_as_to_ctx_refcount()
272
return
found_kctx
;
in kbase_ctx_sched_as_to_ctx_refcount()
279
struct kbase_context *
found_kctx
;
in kbase_ctx_sched_as_to_ctx()
local
283
found_kctx
= kbase_ctx_sched_as_to_ctx_nolock(kbdev, as_nr);
in kbase_ctx_sched_as_to_ctx()
287
return
found_kctx
;
in kbase_ctx_sched_as_to_ctx()
293
struct kbase_context *
found_kctx
;
in kbase_ctx_sched_as_to_ctx_nolock()
local
303
found_kctx
in kbase_ctx_sched_as_to_ctx_nolock()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_ctx_sched.c
243
struct kbase_context *
found_kctx
= NULL;
in kbase_ctx_sched_as_to_ctx_refcount()
local
255
found_kctx
= kbdev->as_to_kctx[as_nr];
in kbase_ctx_sched_as_to_ctx_refcount()
257
if (
found_kctx
!= NULL) {
in kbase_ctx_sched_as_to_ctx_refcount()
258
kbase_ctx_sched_retain_ctx_refcount(
found_kctx
);
in kbase_ctx_sched_as_to_ctx_refcount()
263
return
found_kctx
;
in kbase_ctx_sched_as_to_ctx_refcount()
269
struct kbase_context *
found_kctx
;
in kbase_ctx_sched_as_to_ctx()
local
281
found_kctx
= kbdev->as_to_kctx[as_nr];
in kbase_ctx_sched_as_to_ctx()
283
if (
found_kctx
) {
in kbase_ctx_sched_as_to_ctx()
284
if (WARN_ON(atomic_read(&
found_kctx
->refcount) <= 0)) {
in kbase_ctx_sched_as_to_ctx()
285
found_kctx
in kbase_ctx_sched_as_to_ctx()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_js.h
777
struct kbase_context *
found_kctx
;
in kbasep_js_runpool_lookup_ctx_noretain()
local
782
found_kctx
= kbdev->as_to_kctx[as_nr];
in kbasep_js_runpool_lookup_ctx_noretain()
783
KBASE_DEBUG_ASSERT(
found_kctx
== NULL || atomic_read(&
found_kctx
->refcount) > 0);
in kbasep_js_runpool_lookup_ctx_noretain()
785
return
found_kctx
;
in kbasep_js_runpool_lookup_ctx_noretain()
H
A
D
mali_kbase_js.c
1186
struct kbase_context *
found_kctx
= NULL;
in kbasep_js_runpool_lookup_ctx()
local
1194
found_kctx
= kbdev->as_to_kctx[as_nr];
in kbasep_js_runpool_lookup_ctx()
1196
if (
found_kctx
!= NULL) {
in kbasep_js_runpool_lookup_ctx()
1197
ret = kbase_ctx_sched_retain_ctx_refcount(
found_kctx
);
in kbasep_js_runpool_lookup_ctx()
1200
found_kctx
= NULL;
in kbasep_js_runpool_lookup_ctx()
1206
return
found_kctx
;
in kbasep_js_runpool_lookup_ctx()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_js.h
781
struct kbase_context *
found_kctx
;
in kbasep_js_runpool_lookup_ctx_noretain()
local
786
found_kctx
= kbdev->as_to_kctx[as_nr];
in kbasep_js_runpool_lookup_ctx_noretain()
787
KBASE_DEBUG_ASSERT(
found_kctx
== NULL ||
in kbasep_js_runpool_lookup_ctx_noretain()
788
atomic_read(&
found_kctx
->refcount) > 0);
in kbasep_js_runpool_lookup_ctx_noretain()
790
return
found_kctx
;
in kbasep_js_runpool_lookup_ctx_noretain()
H
A
D
mali_kbase_js.c
1250
struct kbase_context *
found_kctx
= NULL;
in kbasep_js_runpool_lookup_ctx()
local
1258
found_kctx
= kbdev->as_to_kctx[as_nr];
in kbasep_js_runpool_lookup_ctx()
1260
if (
found_kctx
!= NULL) {
in kbasep_js_runpool_lookup_ctx()
1261
ret = kbase_ctx_sched_retain_ctx_refcount(
found_kctx
);
in kbasep_js_runpool_lookup_ctx()
1264
found_kctx
= NULL;
in kbasep_js_runpool_lookup_ctx()
1270
return
found_kctx
;
in kbasep_js_runpool_lookup_ctx()
Completed in 10 milliseconds