table of contents
RESERVATION_OBJECT_G(9) | Device drivers infrastructure | RESERVATION_OBJECT_G(9) |
NAME¶
reservation_object_get_list - get the reservation object's shared fence list, with update-side lock held
SYNOPSIS¶
struct reservation_object_list * reservation_object_get_list(struct reservation_object * obj);
ARGUMENTS¶
obj
the reservation object
DESCRIPTION¶
Returns the shared fence list. Does NOT take references to the fence. The obj->lock must be held.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |