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:ubuf_count
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_gwt.c
164
u32
ubuf_count
= 0;
in kbase_gpu_gwt_dump()
local
212
if (ARRAY_SIZE(addr_buffer) == count || ubuf_size == (
ubuf_count
+ count)) {
in kbase_gpu_gwt_dump()
218
err = copy_to_user((user_addr + (
ubuf_count
* sizeof(u64))), (void *)addr_buffer, count * sizeof(u64));
in kbase_gpu_gwt_dump()
224
err = copy_to_user((user_sizes + (
ubuf_count
* sizeof(u64))), (void *)num_page_buffer, count * sizeof(u64));
in kbase_gpu_gwt_dump()
231
ubuf_count
+= count;
in kbase_gpu_gwt_dump()
234
if (
ubuf_count
== ubuf_size) {
in kbase_gpu_gwt_dump()
245
gwt_dump->out.no_of_addr_collected =
ubuf_count
;
in kbase_gpu_gwt_dump()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_gwt.c
178
u32
ubuf_count
= 0;
in kbase_gpu_gwt_dump()
local
233
ubuf_size == (
ubuf_count
+ count))
in kbase_gpu_gwt_dump()
239
(
ubuf_count
* sizeof(u64))),
in kbase_gpu_gwt_dump()
248
(
ubuf_count
* sizeof(u64))),
in kbase_gpu_gwt_dump()
257
ubuf_count
+= count;
in kbase_gpu_gwt_dump()
260
if (
ubuf_count
== ubuf_size)
in kbase_gpu_gwt_dump()
269
gwt_dump->out.no_of_addr_collected =
ubuf_count
;
in kbase_gpu_gwt_dump()
Completed in 1 milliseconds