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:refcount_release
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
ttm_object.c
194
void (*
refcount_release
) (struct ttm_base_object **))
in ttm_base_object_init()
201
base->
refcount_release
=
refcount_release
;
in ttm_base_object_init()
244
if (base->
refcount_release
)
in ttm_release_base()
245
base->
refcount_release
(&base);
in ttm_release_base()
486
* This is a wrapper that calls the
refcount_release
founction of the
500
if (prime->
refcount_release
)
in ttm_prime_refcount_release()
501
prime->
refcount_release
(&base);
in ttm_prime_refcount_release()
653
* @
refcount_release
: See ttm_base_object_init
661
void (*
refcount_release
) (struc
in ttm_prime_object_init()
[all...]
H
A
D
ttm_object.h
85
* @
refcount_release
: A function to be called when there are
106
void (*
refcount_release
) (struct ttm_base_object **base);
member
123
* @
refcount_release
: The underlying object's release method. Needed since
124
* we set @base::
refcount_release
to our own release method.
133
void (*
refcount_release
) (struct ttm_base_object **);
member
144
* @
refcount_release
: See the struct ttm_base_object description.
154
void (*
refcount_release
) (struct ttm_base_object
293
void (*
refcount_release
)
H
A
D
vmwgfx_fence.c
712
if (base->
refcount_release
!= vmw_user_fence_base_release) {
in vmw_fence_obj_lookup()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
ttm_object.h
109
* @
refcount_release
: A function to be called when there are
130
void (*
refcount_release
) (struct ttm_base_object **base);
member
149
* @
refcount_release
: The underlying object's release method. Needed since
150
* we set @base::
refcount_release
to our own release method.
159
void (*
refcount_release
) (struct ttm_base_object **);
member
170
* @
refcount_release
: See the struct ttm_base_object description.
180
void (*
refcount_release
) (struct ttm_base_object
333
void (*
refcount_release
)
H
A
D
ttm_object.c
162
void (*
refcount_release
) (struct ttm_base_object **),
in ttm_base_object_init()
171
base->
refcount_release
=
refcount_release
;
in ttm_base_object_init()
215
if (base->
refcount_release
)
in ttm_release_base()
216
base->
refcount_release
(&base);
in ttm_release_base()
592
* This is a wrapper that calls the
refcount_release
founction of the
606
if (prime->
refcount_release
)
in ttm_prime_refcount_release()
607
prime->
refcount_release
(&base);
in ttm_prime_refcount_release()
772
* @
refcount_release
: See ttm_base_object_init
781
void (*
refcount_release
) (struc
in ttm_prime_object_init()
[all...]
H
A
D
vmwgfx_fence.c
789
if (base->
refcount_release
!= vmw_user_fence_base_release) {
in vmw_fence_obj_lookup()
Completed in 7 milliseconds