Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_gem.c161 obj->handle_count = 0; in drm_gem_private_object_init()
222 if (WARN_ON(READ_ONCE(obj->handle_count) == 0)) in drm_gem_object_handle_put_unlocked()
232 if (--obj->handle_count == 0) { in drm_gem_object_handle_put_unlocked()
370 if (obj->handle_count++ == 0) in drm_gem_handle_create_tail()
838 if (obj->handle_count == 0) { in drm_gem_flink_ioctl()
A Ddrm_debugfs.c120 obj->handle_count, in drm_gem_one_name_info()
A Ddrm_prime.c389 if (obj->handle_count == 0) { in export_and_register_object()
/linux-6.3-rc2/include/trace/events/
A Djbd2.h263 __field( __u32, handle_count )
277 __entry->handle_count = stats->rs_handle_count;
292 __entry->handle_count, __entry->blocks,
/linux-6.3-rc2/drivers/scsi/qla2xxx/
A Dqla_fw.h674 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
A Dqla_mr.h85 uint8_t handle_count; member
A Dqla_mr.c2612 uint32_t handle, hindex, handle_count, i; in qlafx00_multistatus_entry() local
2619 handle_count = stsmfx->handle_count; in qlafx00_multistatus_entry()
2621 if (handle_count > MAX_HANDLE_COUNT) { in qlafx00_multistatus_entry()
2623 "Invalid handle count (0x%x).\n", handle_count); in qlafx00_multistatus_entry()
2631 for (i = 0; i < handle_count; i++) { in qlafx00_multistatus_entry()
A Dqla_def.h2224 uint8_t handle_count; /* Handle count. */ member
2237 uint8_t handle_count; /* Handle count. */ member
2249 uint8_t handle_count; /* Handle count. */ member
2273 uint8_t handle_count; /* Handle count. */ member
A Dqla_isr.c2739 handle_cnt = sts21_entry->handle_count; in qla2x00_process_response_entry()
2746 handle_cnt = sts22_entry->handle_count; in qla2x00_process_response_entry()
/linux-6.3-rc2/include/drm/
A Ddrm_gem.h243 unsigned handle_count; member
/linux-6.3-rc2/drivers/gpu/drm/exynos/
A Dexynos_drm_gem.c116 obj->handle_count); in exynos_drm_gem_destroy()
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/selftests/
A Di915_gem_context.c556 GEM_BUG_ON(obj->base.handle_count); in file_add_object()
565 obj->base.handle_count++; in file_add_object()

Completed in 78 milliseconds