Name

reservation_object_copy_fences — Copy all fences from src to dst.

Synopsis

int reservation_object_copy_fences (struct reservation_object * dst,
 struct reservation_object * src);
 

Arguments

dst

the destination reservation object

src

the source reservation object

Description

Copy all fences from src to dst. dst-lock must be held.