1RESERVATION_OBJECT_C(9) Device drivers infrastructure RESERVATION_OBJECT_C(9)
23
4
NAME
6reservation_object_copy_fences - Copy all fences from src to dst.
7
SYNOPSIS
9int reservation_object_copy_fences(struct reservation_object * dst,
10struct reservation_object * src);
11
ARGUMENTS
13dst
14the destination reservation object
1516
src
17the source reservation object
18
DESCRIPTION
20Copy all fences from src to dst. dst-lock must be held.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 RESERVATION_OBJECT_C(9)