STRUCT RESERVATION_O(9) | Device drivers infrastructure | STRUCT RESERVATION_O(9) |
NAME¶
struct_reservation_object_list - a list of shared fences
SYNOPSIS¶
struct reservation_object_list {
struct rcu_head rcu;
u32 shared_count;
u32 shared_max;
struct dma_fence __rcu * shared[]; };
MEMBERS¶
rcu
for internal use
shared_count
table of shared fences
shared_max
for growing shared fence table
shared[]
shared fence table
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |