Home
last modified time | relevance | path

Searched refs:staged (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dreservation.h64 struct reservation_object_list *staged; member
79 obj->staged = NULL; in reservation_object_init()
104 kfree(obj->staged); in reservation_object_fini()
/linux-4.4.14/drivers/dma-buf/
Dreservation.c60 kfree(obj->staged); in reservation_object_reserve_shared()
61 obj->staged = NULL; in reservation_object_reserve_shared()
72 fobj = krealloc(obj->staged, offsetof(typeof(*fobj), shared[max]), in reservation_object_reserve_shared()
77 obj->staged = fobj; in reservation_object_reserve_shared()
190 struct reservation_object_list *old, *fobj = obj->staged; in reservation_object_add_shared_fence()
193 obj->staged = NULL; in reservation_object_add_shared_fence()
/linux-4.4.14/Documentation/PCI/
DPCIEBUS-HOWTO.txt58 staged approach.
/linux-4.4.14/Documentation/development-process/
D2.Process41 and staged ahead of time. How that process works will be described in