reservation_object_get_list(9) get the reservation object's shared fence list, with update-side lock held

SYNOPSIS

struct reservation_object_list * reservation_object_get_list(struct reservation_object * obj);

ARGUMENTS

obj

the reservation object

DESCRIPTION

Returns the shared fence list. Does NOT take references to the fence. The obj->lock must be held.

COPYRIGHT