reservation_object_get_excl(9) get the reservation object's exclusive fence, with update-side lock held

SYNOPSIS

struct fence * reservation_object_get_excl(struct reservation_object * obj);

ARGUMENTS

obj

the reservation object

DESCRIPTION

Returns the exclusive fence (if any). Does NOT take a reference. The obj->lock must be held.

RETURNS The exclusive fence or NULL

COPYRIGHT