1RESERVATION_OBJECT_G(9) Device drivers infrastructure RESERVATION_OBJECT_G(9)
2
3
4
6 reservation_object_get_excl - get the reservation object's exclusive
7 fence, with update-side lock held
8
10 struct dma_fence *
11 reservation_object_get_excl(struct reservation_object * obj);
12
14 obj
15 the reservation object
16
18 Returns the exclusive fence (if any). Does NOT take a reference. The
19 obj->lock must be held.
20
21 RETURNS The exclusive fence or NULL
22
24Kernel Hackers Manual 3.10 June 2019 RESERVATION_OBJECT_G(9)