1RESERVATION_OBJECT_A(9) Device drivers infrastructure RESERVATION_OBJECT_A(9)
2
3
4
6 reservation_object_add_shared_fence - Add a fence to a shared slot
7
9 void
10 reservation_object_add_shared_fence(struct reservation_object * obj,
11 struct dma_fence * fence);
12
14 obj
15 the reservation object
16
17 fence
18 the shared fence to add
19
21 Add a fence to a shared slot, obj->lock must be held, and
22 reservation_object_reserve_shared has been called.
23
25Kernel Hackers Manual 3.10 June 2019 RESERVATION_OBJECT_A(9)