OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/linux/
linux_dma_resv.c
571
struct dma_resv_list *
old_list
= robj->fence;
local in function:dma_resv_add_excl_fence
585
if (
old_list
)
586
old_shared_count =
old_list
->shared_count;
593
if (
old_list
)
594
old_list
->shared_count = 0;
606
if (
old_list
) {
608
dma_fence_put(
old_list
->shared[old_shared_count]);
610
old_list
->shared[old_shared_count] = NULL;
913
struct dma_resv_list *
old_list
;
local in function:dma_resv_copy_fences
984
old_list
= dst_robj->fence
[
all
...]
linux_dma_resv.c
571
struct dma_resv_list *
old_list
= robj->fence;
local in function:dma_resv_add_excl_fence
585
if (
old_list
)
586
old_shared_count =
old_list
->shared_count;
593
if (
old_list
)
594
old_list
->shared_count = 0;
606
if (
old_list
) {
608
dma_fence_put(
old_list
->shared[old_shared_count]);
610
old_list
->shared[old_shared_count] = NULL;
913
struct dma_resv_list *
old_list
;
local in function:dma_resv_copy_fences
984
old_list
= dst_robj->fence
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025