table of contents
RESERVATION_OBJECT_T(9) | Device drivers infrastructure | RESERVATION_OBJECT_T(9) |
NAME¶
reservation_object_test_signaled_rcu - Test if a reservation object's fences have been signaled.
SYNOPSIS¶
bool reservation_object_test_signaled_rcu(struct reservation_object * obj, bool test_all);
ARGUMENTS¶
obj
the reservation object
test_all
if true, test all fences, otherwise only test the
exclusive fence
DESCRIPTION¶
RETURNS true if all fences signaled, else false
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |