Searched refs:handle_count (Results 1 – 5 of 5) sorted by relevance
137 gem_obj->handle_count); in sunxi_gem_dump()153 gem_obj->handle_count); in sunxi_drm_gem_show()196 DRM_DEBUG_KMS("handle count = %d\n", obj->handle_count); in sunxi_drm_gem_destroy()
159 obj->handle_count = 0; in drm_gem_private_object_init()220 if (WARN_ON(READ_ONCE(obj->handle_count) == 0)) in drm_gem_object_handle_put_unlocked()230 if (--obj->handle_count == 0) { in drm_gem_object_handle_put_unlocked()381 if (obj->handle_count++ == 0) in drm_gem_handle_create_tail()853 if (obj->handle_count == 0) { in drm_gem_flink_ioctl()
110 …seq_printf(m, "%6d %8zd %7d %8d\n", obj->name, obj->size, obj->handle_count, kref_read(&obj->refco… in drm_gem_one_name_info()
382 if (obj->handle_count == 0) { in export_and_register_object()
131 … uint16_t handle_count; /**< Handle count of the multiple attributes to be read. */ member