1STRUCT RESERVATION_O(9)  Device drivers infrastructure STRUCT RESERVATION_O(9)
2
3
4

NAME

6       struct_reservation_object_list - a list of shared fences
7

SYNOPSIS

9       struct reservation_object_list {
10         struct rcu_head rcu;
11         u32 shared_count;
12         u32 shared_max;
13         struct dma_fence __rcu * shared[];
14       };
15

MEMBERS

17       rcu
18           for internal use
19
20       shared_count
21           table of shared fences
22
23       shared_max
24           for growing shared fence table
25
26       shared[]
27           shared fence table
28
30Kernel Hackers Manual 3.10         June 2019           STRUCT RESERVATION_O(9)
Impressum