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:pulled
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_js.c
342
/* Atoms must be
pulled
in the correct order. */
in jsctx_rb_pull()
383
*
pulled
.
699
* can currently be
pulled
from it.
725
* This function should be used when a context has been
pulled
from, and there
846
* kbase_js_ctx_pullable - Return if a context can be
pulled
from on the
854
* Return: true if context can be
pulled
from on specified slot
1807
/* De-ref the previous retain to ensure each context gets
pulled
out
in kbasep_js_suspend()
2010
int
pulled
;
in kbase_js_pull()
local
2060
pulled
= atomic_inc_return(&kctx->atoms_pulled);
in kbase_js_pull()
2061
if (
pulled
in kbase_js_pull()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_js.c
353
/* Atoms must be
pulled
in the correct order. */
in jsctx_rb_pull()
395
*
pulled
.
732
* can currently be
pulled
from it.
760
* This function should be used when a context has been
pulled
from, and there
889
* kbase_js_ctx_pullable - Return if a context can be
pulled
from on the
897
* Return: true if context can be
pulled
from on specified slot
1897
/* De-ref the previous retain to ensure each context gets
pulled
out
in kbasep_js_suspend()
2110
int
pulled
;
in kbase_js_pull()
local
2155
pulled
= atomic_inc_return(&kctx->atoms_pulled);
in kbase_js_pull()
2156
if (
pulled
in kbase_js_pull()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_js.c
344
/* Atoms must be
pulled
in the correct order. */
in jsctx_rb_pull()
390
*
pulled
.
705
* can currently be
pulled
from it.
731
* This function should be used when a context has been
pulled
from, and there
858
* kbase_js_ctx_pullable - Return if a context can be
pulled
from on the
866
* Return: true if context can be
pulled
from on specified slot
2003
/* De-ref the previous retain to ensure each context gets
pulled
out
2269
int
pulled
;
local
2333
pulled
= atomic_inc_return(&kctx->atoms_pulled);
2334
if (
pulled
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_js.c
369
/* Atoms must be
pulled
in the correct order. */
in jsctx_rb_pull()
415
*
pulled
.
778
*
pulled
for a slot from a ctx, based on
781
* @katom: atom
pulled
783
* Manages counts of atoms
pulled
(including per-priority-level counts), for
787
*
pulled
from, hence this function should not be called in that case.
791
* Return: new total count of atoms
pulled
from all slots on @kctx
805
"Should not have
pulled
atoms for slot %d from a context that is blocked at priority %d or higher",
in kbase_jsctx_slot_atom_pulled_inc()
817
*
pulled
for a slot from a ctx, and
824
* has any
pulled
atom
2674
int
pulled
;
global()
local
[all...]
Completed in 11 milliseconds