1RESERVATION_OBJECT_A(9) Device drivers infrastructure RESERVATION_OBJECT_A(9)
23
4
NAME
6reservation_object_add_excl_fence - Add an exclusive fence.
7
SYNOPSIS
9void reservation_object_add_excl_fence(struct reservation_object * obj,
10struct dma_fence * fence);
11
ARGUMENTS
13obj
14the reservation object
1516
fence
17the shared fence to add
18
DESCRIPTION
20Add a fence to the exclusive slot. The obj->lock must be held.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 RESERVATION_OBJECT_A(9)