Searched refs:handle_count (Results 1 – 12 of 12) sorted by relevance
188 obj->handle_count = 0; in drm_gem_private_object_init()222 if (obj->handle_count++ == 0) in drm_gem_object_handle_get()248 if (!obj->handle_count) in drm_gem_object_handle_get_if_exists_unlocked()298 if (drm_WARN_ON(dev, READ_ONCE(obj->handle_count) == 0)) in drm_gem_object_handle_put_unlocked()308 if (--obj->handle_count == 0) { in drm_gem_object_handle_put_unlocked()924 if (obj->handle_count == 0) { in drm_gem_flink_ioctl()
132 obj->handle_count, in drm_gem_one_name_info()
385 if (obj->handle_count == 0) { in export_and_register_object()
674 uint8_t handle_count; /* Handle count. */ member876 uint8_t handle_count; /* Handle count. */ member954 uint8_t handle_count; /* Handle count. */ member989 uint8_t handle_count; /* Handle count. */ member1035 uint8_t handle_count; member1452 uint8_t handle_count; member
85 uint8_t handle_count; member
2610 uint32_t handle, hindex, handle_count, i; in qlafx00_multistatus_entry() local2617 handle_count = stsmfx->handle_count; in qlafx00_multistatus_entry()2619 if (handle_count > MAX_HANDLE_COUNT) { in qlafx00_multistatus_entry()2621 "Invalid handle count (0x%x).\n", handle_count); in qlafx00_multistatus_entry()2629 for (i = 0; i < handle_count; i++) { in qlafx00_multistatus_entry()
2264 uint8_t handle_count; /* Handle count. */ member2277 uint8_t handle_count; /* Handle count. */ member2289 uint8_t handle_count; /* Handle count. */ member2313 uint8_t handle_count; /* Handle count. */ member
2904 handle_cnt = sts21_entry->handle_count; in qla2x00_process_response_entry()2911 handle_cnt = sts22_entry->handle_count; in qla2x00_process_response_entry()
115 obj->handle_count); in exynos_drm_gem_destroy()
328 if (drm_WARN_ON(bo->obj->dev, bo->obj->handle_count > 0)) in panthor_gem_kernel_bo_set_label()
375 if (drm_WARN_ON(bo->base.base.dev, bo->base.base.handle_count > 0)) in panfrost_gem_internal_set_label()
564 GEM_BUG_ON(obj->base.handle_count); in file_add_object()573 obj->base.handle_count++; in file_add_object()
Completed in 68 milliseconds