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:lists
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_gem.c
90
static void rockchip_gem_free_list(struct list_head
lists
[])
in rockchip_gem_free_list()
argument
96
list_for_each_entry_safe(info, tmp_info, &
lists
[i], list)
in rockchip_gem_free_list()
126
struct list_head
lists
[PG_ROUND];
in rockchip_gem_get_pages()
local
135
INIT_LIST_HEAD(&
lists
[i]);
in rockchip_gem_get_pages()
185
list_add_tail(&info->list, &
lists
[bit_index]);
in rockchip_gem_get_pages()
201
if (!list_empty(&
lists
[j])) {
in rockchip_gem_get_pages()
204
info_ex = list_first_entry(&
lists
[j], struct page_info, list);
in rockchip_gem_get_pages()
237
rockchip_gem_free_list(
lists
);
in rockchip_gem_get_pages()
/device/soc/rockchip/common/sdk_linux/drivers/opp/
H
A
D
debugfs.c
224
struct list_head *
lists
= (struct list_head *)s->private;
in opp_summary_show()
local
233
list_for_each_entry(opp_table,
lists
, node)
in opp_summary_show()
Completed in 3 milliseconds