1RESERVATION_OBJECT_G(9) Device drivers infrastructure RESERVATION_OBJECT_G(9)
2
3
4
6 reservation_object_get_excl_rcu - get the reservation object's
7 exclusive fence, without lock held.
8
10 struct dma_fence *
11 reservation_object_get_excl_rcu(struct reservation_object * obj);
12
14 obj
15 the reservation object
16
18 If there is an exclusive fence, this atomically increments it's
19 reference count and returns it.
20
21 RETURNS The exclusive fence or NULL if none
22
24Kernel Hackers Manual 3.10 June 2019 RESERVATION_OBJECT_G(9)