table of contents
RESERVATION_OBJECT_C(9) | Device drivers infrastructure | RESERVATION_OBJECT_C(9) |
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.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |