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:poke_state
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_mmu.c
1774
KBASE_DEBUG_ASSERT(as->
poke_state
& KBASE_AS_POKE_STATE_IN_FLIGHT);
in kbasep_as_do_poke()
1794
if (as->poke_refcount && !(as->
poke_state
& KBASE_AS_POKE_STATE_KILLING_POKE)) {
in kbasep_as_do_poke()
1808
KBASE_DEBUG_ASSERT(as->
poke_state
& KBASE_AS_POKE_STATE_IN_FLIGHT);
in kbasep_as_poke_timer_callback()
1850
if (!as->
poke_state
) {
in kbase_as_poking_timer_retain_atom()
1852
as->
poke_state
|= KBASE_AS_POKE_STATE_IN_FLIGHT;
in kbase_as_poking_timer_retain_atom()
1885
KBASE_DEBUG_ASSERT(as->
poke_state
& KBASE_AS_POKE_STATE_IN_FLIGHT);
in kbase_as_poking_timer_release_atom()
1888
as->
poke_state
|= KBASE_AS_POKE_STATE_KILLING_POKE;
in kbase_as_poking_timer_release_atom()
1906
as->
poke_state
&= ~((kbase_as_poke_state)KBASE_AS_POKE_STATE_KILLING_POKE);
in kbase_as_poking_timer_release_atom()
1911
as->
poke_state
= 0u;
in kbase_as_poking_timer_release_atom()
H
A
D
mali_kbase_defs.h
694
kbase_as_poke_state
poke_state
;
member
H
A
D
mali_kbase_device.c
103
kbdev->as[i].
poke_state
= 0u;
in kbase_device_as_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_mmu.c
1841
KBASE_DEBUG_ASSERT(as->
poke_state
& KBASE_AS_POKE_STATE_IN_FLIGHT);
in kbasep_as_do_poke()
1863
!(as->
poke_state
& KBASE_AS_POKE_STATE_KILLING_POKE)) {
in kbasep_as_do_poke()
1877
KBASE_DEBUG_ASSERT(as->
poke_state
& KBASE_AS_POKE_STATE_IN_FLIGHT);
in kbasep_as_poke_timer_callback()
1917
if (!as->
poke_state
) {
in kbase_as_poking_timer_retain_atom()
1919
as->
poke_state
|= KBASE_AS_POKE_STATE_IN_FLIGHT;
in kbase_as_poking_timer_retain_atom()
1950
KBASE_DEBUG_ASSERT(as->
poke_state
& KBASE_AS_POKE_STATE_IN_FLIGHT);
in kbase_as_poking_timer_release_atom()
1953
as->
poke_state
|= KBASE_AS_POKE_STATE_KILLING_POKE;
in kbase_as_poking_timer_release_atom()
1971
as->
poke_state
&= ~((kbase_as_poke_state)KBASE_AS_POKE_STATE_KILLING_POKE);
in kbase_as_poking_timer_release_atom()
1976
as->
poke_state
= 0u;
in kbase_as_poking_timer_release_atom()
H
A
D
mali_kbase_defs.h
704
kbase_as_poke_state
poke_state
;
member
H
A
D
mali_kbase_device.c
105
kbdev->as[i].
poke_state
= 0u;
in kbase_device_as_init()
Completed in 15 milliseconds