struct_reservation_object_list(9) a list of shared fences

SYNOPSIS


struct reservation_object_list {
struct rcu_head rcu;
u32 shared_count;
u32 shared_max;
struct 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