Lines Matching full:holds
66 * Checks if the specified master holds a lease on the object. Return
69 * true 'master' holds a lease on (or owns) the object
85 * Checks if any lessee of 'master' holds a lease on 'id'. Return
88 * true Some lessee holds a lease on the object.
107 * Checks if the specified master holds a lease on the object. Return
110 * true 'master' holds a lease on (or owns) the object
127 * Checks if the specified master holds a lease on the object. Return
130 * true 'master' holds a lease on (or owns) the object
198 * ERR_PTR(-EACCESS) some other master holds the title to any object
200 * ERR_PTR(-EBUSY) some other lessee holds title to this object
700 DRM_DEBUG("lease holds %d objects\n", count); in drm_mode_get_lease_ioctl()