reservation_object_reserve_shared(9) Reserve space to add a shared fence to a reservation_object.

SYNOPSIS

int reservation_object_reserve_shared(struct reservation_object * obj);

ARGUMENTS

obj

reservation object

DESCRIPTION

Should be called before reservation_object_add_shared_fence. Must be called with obj->lock held.

RETURNS Zero for success, or -errno

COPYRIGHT