table of contents
RESERVATION_OBJECT_G(9) | Device drivers infrastructure | RESERVATION_OBJECT_G(9) |
NAME¶
reservation_object_get_excl_rcu - get the reservation object's exclusive fence, without lock held.
SYNOPSIS¶
struct dma_fence * reservation_object_get_excl_rcu(struct reservation_object * obj);
ARGUMENTS¶
obj
the reservation object
DESCRIPTION¶
If there is an exclusive fence, this atomically increments it's reference count and returns it.
RETURNS The exclusive fence or NULL if none
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |