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:poking
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_mmu.c
1816
* Retain the
poking
timer on an atom's context (if the atom hasn't already
1837
if (katom->
poking
) {
in kbase_as_poking_timer_retain_atom()
1841
katom->
poking
= 1;
in kbase_as_poking_timer_retain_atom()
1851
/* need to start
poking
*/
in kbase_as_poking_timer_retain_atom()
1859
* If an atom holds a
poking
timer, release it and wait for it to finish
1877
if (!katom->
poking
) {
in kbase_as_poking_timer_release_atom()
1915
* pokes (and thus no more
poking
register accesses) will occur on
in kbase_as_poking_timer_release_atom()
1921
katom->
poking
= 0;
in kbase_as_poking_timer_release_atom()
H
A
D
mali_kbase_defs.h
518
int
poking
; /* BASE_HW_ISSUE_8316 */
member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_mmu.c
1885
* Retain the
poking
timer on an atom's context (if the atom hasn't already
1905
if (katom->
poking
)
in kbase_as_poking_timer_retain_atom()
1908
katom->
poking
= 1;
in kbase_as_poking_timer_retain_atom()
1918
/* need to start
poking
*/
in kbase_as_poking_timer_retain_atom()
1926
* If an atom holds a
poking
timer, release it and wait for it to finish
1943
if (!katom->
poking
)
in kbase_as_poking_timer_release_atom()
1980
* pokes (and thus no more
poking
register accesses) will occur on
in kbase_as_poking_timer_release_atom()
1986
katom->
poking
= 0;
in kbase_as_poking_timer_release_atom()
H
A
D
mali_kbase_defs.h
525
int
poking
; /* BASE_HW_ISSUE_8316 */
member
Completed in 12 milliseconds