OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dst_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/linux/
linux_dma_resv.c
912
struct dma_resv_list *
dst_list
= NULL;
local in function:dma_resv_copy_fences
934
if (
dst_list
== NULL)
935
dst_list
= objlist_tryalloc(shared_count);
936
if (
dst_list
== NULL ||
dst_list
->shared_max < shared_count) {
938
if (
dst_list
) {
939
objlist_free(
dst_list
);
940
dst_list
= NULL;
942
dst_list
= objlist_alloc(shared_count);
943
dst_list
->shared_count = 0; /* paranoia *
[
all
...]
linux_dma_resv.c
912
struct dma_resv_list *
dst_list
= NULL;
local in function:dma_resv_copy_fences
934
if (
dst_list
== NULL)
935
dst_list
= objlist_tryalloc(shared_count);
936
if (
dst_list
== NULL ||
dst_list
->shared_max < shared_count) {
938
if (
dst_list
) {
939
objlist_free(
dst_list
);
940
dst_list
= NULL;
942
dst_list
= objlist_alloc(shared_count);
943
dst_list
->shared_count = 0; /* paranoia *
[
all
...]
Completed in 22 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025