Lines Matching full:holds
61 * Checks if the specified master holds a lease on the object. Return
64 * true 'master' holds a lease on (or owns) the object
80 * Checks if any lessee of 'master' holds a lease on 'id'. Return
83 * true Some lessee holds a lease on the object.
102 * Checks if the specified master holds a lease on the object. Return
105 * true 'master' holds a lease on (or owns) the object
130 * Checks if the specified master holds a lease on the object. Return
133 * true 'master' holds a lease on (or owns) the object
219 * ERR_PTR(-EACCES) some other master holds the title to any object
221 * ERR_PTR(-EBUSY) some other lessee holds title to this object
739 DRM_DEBUG("lease holds %d objects\n", count); in drm_mode_get_lease_ioctl()