Scroll to navigation

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 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

January 2017 Kernel Hackers Manual 4.8.