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:handles
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_prime.c
130
p = &prime_fpriv->
handles
.rb_node;
in drm_prime_add_buf_handle()
143
rb_insert_color(&member->handle_rb, &prime_fpriv->
handles
);
in drm_prime_add_buf_handle()
152
rb = prime_fpriv->
handles
.rb_node;
in drm_prime_lookup_buf_by_handle()
203
rb_erase(&member->handle_rb, &prime_fpriv->
handles
);
in drm_prime_remove_buf_handle_locked()
221
prime_fpriv->
handles
= RB_ROOT;
in drm_prime_init_file_private()
H
A
D
drm_gem.c
67
* struct file. However, file descriptors as
handles
to a struct file have
74
* This led to a plan of using our own integer IDs (called
handles
, following
185
* drm_gem_object_handle_free - release resources bound to userspace
handles
364
* drop it before returning. Used to avoid races in establishing new
handles
368
* when userspace closes @file_priv for all attached
handles
, or through the
369
* GEM_CLOSE ioctl for individual
handles
.
487
* This function is idempotent and
handles
an already allocated mmap offset
687
* drm_gem_objects_lookup - look up GEM objects from an array of
handles
693
* Takes an array of userspace
handles
and returns a newly allocated array of
709
u32 *
handles
;
in drm_gem_objects_lookup()
local
[all...]
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_prime.h
49
struct rb_root
handles
;
member
Completed in 4 milliseconds