table of contents
RESERVATION_OBJECT_A(9) | Device drivers infrastructure | RESERVATION_OBJECT_A(9) |
NAME¶
reservation_object_add_excl_fence - Add an exclusive fence.
SYNOPSIS¶
void reservation_object_add_excl_fence(struct reservation_object * obj, struct dma_fence * fence);
ARGUMENTS¶
obj
the reservation object
fence
the shared fence to add
DESCRIPTION¶
Add a fence to the exclusive slot. The obj->lock must be held.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |