Home
last modified time | relevance | path

Searched refs:handle_count (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/
Ddrm_gem.c171 obj->handle_count = 0; in drm_gem_private_object_init()
228 if (WARN_ON(obj->handle_count == 0)) in drm_gem_object_handle_put_unlocked()
238 if (--obj->handle_count == 0) { in drm_gem_object_handle_put_unlocked()
388 if (obj->handle_count++ == 0) in drm_gem_handle_create_tail()
705 if (obj->handle_count == 0) { in drm_gem_flink_ioctl()
Ddrm_info.c120 obj->handle_count, in drm_gem_one_name_info()
Ddrm_prime.c557 if (obj->handle_count == 0) { in export_and_register_object()
/Linux-v4.19/include/trace/events/
Djbd2.h249 __field( __u32, handle_count )
263 __entry->handle_count = stats->rs_handle_count;
278 __entry->handle_count, __entry->blocks,
/Linux-v4.19/include/drm/
Ddrm_gem.h72 unsigned handle_count; member
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_fw.h667 uint8_t handle_count; /* Handle count. */ member
816 uint8_t handle_count; /* Handle count. */ member
891 uint8_t handle_count; /* Handle count. */ member
926 uint8_t handle_count; /* Handle count. */ member
1285 uint8_t handle_count; member
Dqla_mr.h85 uint8_t handle_count; member
Dqla_mr.c2636 uint32_t handle, hindex, handle_count, i; in qlafx00_multistatus_entry() local
2643 handle_count = stsmfx->handle_count; in qlafx00_multistatus_entry()
2645 if (handle_count > MAX_HANDLE_COUNT) { in qlafx00_multistatus_entry()
2647 "Invalid handle count (0x%x).\n", handle_count); in qlafx00_multistatus_entry()
2655 for (i = 0; i < handle_count; i++) { in qlafx00_multistatus_entry()
Dqla_def.h2011 uint8_t handle_count; /* Handle count. */ member
2024 uint8_t handle_count; /* Handle count. */ member
2036 uint8_t handle_count; /* Handle count. */ member
2060 uint8_t handle_count; /* Handle count. */ member
Dqla_isr.c1996 handle_cnt = ((sts21_entry_t *)pkt)->handle_count; in qla2x00_process_response_queue()
2003 handle_cnt = ((sts22_entry_t *)pkt)->handle_count; in qla2x00_process_response_queue()
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Di915_gem_context.c279 GEM_BUG_ON(obj->base.handle_count); in file_add_object()
287 obj->base.handle_count++; in file_add_object()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_gem.c155 DRM_DEBUG_KMS("handle count = %d\n", obj->handle_count); in exynos_drm_gem_destroy()