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
121 * Checks if the specified master holds a lease on the object. Return
124 * true 'master' holds a lease on (or owns) the object
192 * ERR_PTR(-EACCES) some other master holds the title to any object
194 * ERR_PTR(-EBUSY) some other lessee holds title to this object
701 DRM_DEBUG("lease holds %d objects\n", count); in drm_mode_get_lease_ioctl()