1RESERVATION_OBJECT_T(9) Device drivers infrastructure RESERVATION_OBJECT_T(9)
2
3
4
6 reservation_object_test_signaled_rcu - Test if a reservation object's
7 fences have been signaled.
8
10 bool
11 reservation_object_test_signaled_rcu(struct reservation_object * obj,
12 bool test_all);
13
15 obj
16 the reservation object
17
18 test_all
19 if true, test all fences, otherwise only test the exclusive fence
20
22 RETURNS true if all fences signaled, else false
23
25Kernel Hackers Manual 3.10 June 2019 RESERVATION_OBJECT_T(9)