Searched refs:handle_count (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_gem.c | 228 obj->handle_count = 0; in drm_gem_private_object_init() 264 if (obj->handle_count++ == 0) in drm_gem_object_handle_get() 290 if (!obj->handle_count) in drm_gem_object_handle_get_if_exists_unlocked() 340 if (drm_WARN_ON(dev, READ_ONCE(obj->handle_count) == 0)) in drm_gem_object_handle_put_unlocked() 350 if (--obj->handle_count == 0) { in drm_gem_object_handle_put_unlocked() 944 if (obj->handle_count == 0) { in drm_gem_flink_ioctl()
|
| H A D | drm_prime.c | 382 if (obj->handle_count == 0) { in export_and_register_object()
|
| /linux/include/trace/events/ |
| H A D | jbd2.h | 263 __field( __u32, handle_count ) 277 __entry->handle_count = stats->rs_handle_count; 292 __entry->handle_count, __entry->blocks,
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_fw.h | 674 uint8_t handle_count; /* Handle count. */ member 876 uint8_t handle_count; /* Handle count. */ member 954 uint8_t handle_count; /* Handle count. */ member 989 uint8_t handle_count; /* Handle count. */ member 1035 uint8_t handle_count; member 1452 uint8_t handle_count; member
|
| H A D | qla_mr.c | 2610 uint32_t handle, hindex, handle_count, i; in qlafx00_multistatus_entry() local 2617 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()
|
| H A D | qla_isr.c | 2926 handle_cnt = sts21_entry->handle_count; in qla2x00_process_response_entry() 2933 handle_cnt = sts22_entry->handle_count; in qla2x00_process_response_entry()
|
| /linux/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_gem.c | 117 obj->handle_count); in exynos_drm_gem_destroy()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_gem.c | 503 if (drm_WARN_ON(bo->obj->dev, bo->obj->handle_count > 0)) in panthor_gem_kernel_bo_set_label()
|
| /linux/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_gem.c | 633 if (drm_WARN_ON(bo->base.base.dev, bo->base.base.handle_count > 0)) in panfrost_gem_internal_set_label()
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_context.c | 564 GEM_BUG_ON(obj->base.handle_count); in file_add_object() 573 obj->base.handle_count++; in file_add_object()
|