Lines Matching full:locked
29 * @num_objects: number of objects locked
39 * @objects: array of the locked objects
49 * @prelocked: already locked GEM object due to contention
59 * Return: Pointer to the locked object corresponding to @index if
60 * index is within the number of locked objects. NULL otherwise.
69 * drm_exec_for_each_locked_object - iterate over all the locked objects
74 * Iterate over all the locked GEM objects inside the drm_exec object.
80 * drm_exec_for_each_locked_object_reverse - iterate over all the locked
86 * Iterate over all the locked GEM objects inside the drm_exec object in
95 * drm_exec_until_all_locked - loop until all GEM objects are locked
99 * locked and no more contention exists. At the beginning of the loop it is
100 * guaranteed that no GEM object is locked.