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:af_cnt
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/
H
A
D
mali_kbase_timeline.c
72
int
af_cnt
= atomic_read(&stream->autoflush_counter);
in kbasep_timeline_autoflush_timer_callback()
local
74
if (
af_cnt
< 0) {
in kbasep_timeline_autoflush_timer_callback()
79
if (
af_cnt
!= atomic_cmpxchg(&stream->autoflush_counter,
af_cnt
,
af_cnt
+ 1)) {
in kbasep_timeline_autoflush_timer_callback()
82
if (!
af_cnt
) {
in kbasep_timeline_autoflush_timer_callback()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/
H
A
D
mali_kbase_timeline.c
76
int
af_cnt
= atomic_read(&stream->autoflush_counter);
in kbasep_timeline_autoflush_timer_callback()
local
79
if (
af_cnt
< 0)
in kbasep_timeline_autoflush_timer_callback()
83
if (
af_cnt
!= atomic_cmpxchg(
in kbasep_timeline_autoflush_timer_callback()
85
af_cnt
,
in kbasep_timeline_autoflush_timer_callback()
86
af_cnt
+ 1))
in kbasep_timeline_autoflush_timer_callback()
88
if (!
af_cnt
)
in kbasep_timeline_autoflush_timer_callback()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_tlstream.c
768
int
af_cnt
= atomic_read(&stream->autoflush_counter);
in kbasep_tlstream_autoflush_timer_callback()
local
770
if (
af_cnt
< 0) {
in kbasep_tlstream_autoflush_timer_callback()
775
if (
af_cnt
!= atomic_cmpxchg(&stream->autoflush_counter,
af_cnt
,
af_cnt
+ 1)) {
in kbasep_tlstream_autoflush_timer_callback()
778
if (!
af_cnt
) {
in kbasep_tlstream_autoflush_timer_callback()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_tlstream.c
1060
int
af_cnt
= atomic_read(&stream->autoflush_counter);
in kbasep_tlstream_autoflush_timer_callback()
local
1063
if (0 >
af_cnt
)
in kbasep_tlstream_autoflush_timer_callback()
1067
if (
af_cnt
!= atomic_cmpxchg(
in kbasep_tlstream_autoflush_timer_callback()
1069
af_cnt
,
in kbasep_tlstream_autoflush_timer_callback()
1070
af_cnt
+ 1))
in kbasep_tlstream_autoflush_timer_callback()
1072
if (!
af_cnt
)
in kbasep_tlstream_autoflush_timer_callback()
Completed in 8 milliseconds