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:dma_resv_list
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma-buf/
H
A
D
dma-resv.c
63
struct
dma_resv_list
{
struct
70
static void dma_resv_list_entry(struct
dma_resv_list
*list, unsigned int index,
in dma_resv_list_entry()
84
static void dma_resv_list_set(struct
dma_resv_list
*list,
in dma_resv_list_set()
95
* Allocate a new
dma_resv_list
and make sure to correctly initialize
98
static struct
dma_resv_list
*dma_resv_list_alloc(unsigned int max_fences)
in dma_resv_list_alloc()
100
struct
dma_resv_list
*list;
in dma_resv_list_alloc()
117
/* Free a
dma_resv_list
and make sure to drop all references. */
118
static void dma_resv_list_free(struct
dma_resv_list
*list)
in dma_resv_list_free()
162
static inline struct
dma_resv_list
*dma_resv_fences_list(struct dma_resv *obj)
in dma_resv_fences_list()
184
struct
dma_resv_list
*ol
in dma_resv_reserve_fences()
[all...]
/kernel/linux/linux-5.10/drivers/dma-buf/
H
A
D
dma-resv.c
59
* Allocate a new
dma_resv_list
and make sure to correctly initialize
62
static struct
dma_resv_list
*dma_resv_list_alloc(unsigned int shared_max)
in dma_resv_list_alloc()
64
struct
dma_resv_list
*list;
in dma_resv_list_alloc()
80
* Free a
dma_resv_list
and make sure to drop all references.
82
static void dma_resv_list_free(struct
dma_resv_list
*list)
in dma_resv_list_free()
158
struct
dma_resv_list
*fobj;
in dma_resv_fini()
189
struct
dma_resv_list
*old, *new;
in dma_resv_reserve_shared()
265
struct
dma_resv_list
*fobj;
in dma_resv_add_shared_fence()
311
struct
dma_resv_list
*old;
in dma_resv_add_excl_fence()
348
struct
dma_resv_list
*src_lis
in dma_resv_copy_fences()
[all...]
H
A
D
dma-buf.c
216
struct
dma_resv_list
*fobj;
in dma_buf_poll()
1296
struct
dma_resv_list
*fobj;
in dma_buf_debug_show()
/kernel/linux/linux-5.10/include/linux/
H
A
D
dma-resv.h
51
* struct
dma_resv_list
- a list of shared fences
57
struct
dma_resv_list
{
struct
75
struct
dma_resv_list
__rcu *fence;
89
static inline struct
dma_resv_list
*dma_resv_get_list(struct dma_resv *obj)
in dma_resv_get_list()
221
struct
dma_resv_list
*fence = dma_resv_get_list(obj);
in dma_resv_unlock()
/kernel/linux/linux-6.6/include/linux/
H
A
D
dma-resv.h
50
struct
dma_resv_list
;
178
struct
dma_resv_list
__rcu *fences;
210
struct
dma_resv_list
*fences;
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_busy.c
85
struct
dma_resv_list
*list;
in i915_gem_busy_ioctl()
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H
A
D
qxl_debugfs.c
60
struct
dma_resv_list
*fobj;
in qxl_debugfs_buffers_info()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_sync.c
93
struct
dma_resv_list
*flist;
in radeon_sync_resv()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_sync.c
204
struct
dma_resv_list
*flist;
in amdgpu_sync_resv()
H
A
D
amdgpu_ttm.c
1576
struct
dma_resv_list
*flist;
in amdgpu_ttm_bo_eviction_valuable()
H
A
D
amdgpu_amdkfd_gpuvm.c
226
struct
dma_resv_list
*old, *new;
in amdgpu_amdkfd_remove_eviction_fence()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H
A
D
nouveau_fence.c
347
struct
dma_resv_list
*fobj;
in nouveau_fence_sync()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H
A
D
msm_gem.c
714
struct
dma_resv_list
*fobj;
in msm_gem_sync_object()
812
struct
dma_resv_list
*fobj;
in msm_gem_describe()
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
H
A
D
etnaviv_gem.c
455
struct
dma_resv_list
*fobj;
in etnaviv_gem_describe()
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H
A
D
ttm_bo.c
360
struct
dma_resv_list
*fobj;
in ttm_bo_flush_all_fences()
Completed in 18 milliseconds