reservation_object_add_shared_fence(9) - phpMan
RESERVATION_OBJECT_A(9) Device drivers infrastructure RESERVATION_OBJECT_A(9)
NAME
reservation_object_add_shared_fence - Add a fence to a shared slot
SYNOPSIS
void reservation_object_add_shared_fence(struct reservation_object * obj,
struct fence * fence);
ARGUMENTS
obj
the reservation object
fence
the shared fence to add
DESCRIPTION
Add a fence to a shared slot, obj->lock must be held, and
reservation_object_reserve_shared_fence has been called.
COPYRIGHT
Kernel Hackers Manual 4.8. January 2017 RESERVATION_OBJECT_A(9)
|