/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_gem.c | 159 obj->handle_count = 0; in drm_gem_private_object_init() 205 if (WARN_ON(READ_ONCE(obj->handle_count) == 0)) in drm_gem_object_handle_put_unlocked() 215 if (--obj->handle_count == 0) { in drm_gem_object_handle_put_unlocked() 366 if (obj->handle_count++ == 0) in drm_gem_handle_create_tail() 838 if (obj->handle_count == 0) { in drm_gem_flink_ioctl()
|
H A D | drm_debugfs.c | 120 obj->handle_count, in drm_gem_one_name_info()
|
H A D | drm_prime.c | 386 if (obj->handle_count == 0) { in export_and_register_object() 406 * since the check for obj->handle_count guarantees that someone in export_and_register_object()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_gem.c | 161 obj->handle_count = 0; in drm_gem_private_object_init() 225 if (WARN_ON(READ_ONCE(obj->handle_count) == 0)) in drm_gem_object_handle_put_unlocked() 235 if (--obj->handle_count == 0) { in drm_gem_object_handle_put_unlocked() 366 if (obj->handle_count++ == 0) in drm_gem_handle_create_tail() 846 if (obj->handle_count == 0) { in drm_gem_flink_ioctl()
|
H A D | drm_debugfs.c | 124 obj->handle_count, in drm_gem_one_name_info()
|
H A D | drm_prime.c | 385 if (obj->handle_count == 0) { in export_and_register_object() 403 * since the check for obj->handle_count guarantees that someone in export_and_register_object()
|
H A D | drm_file.c | 974 if (obj->handle_count > 1) { in drm_show_memory_stats()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | jbd2.h | 263 __field( __u32, handle_count ) 277 __entry->handle_count = stats->rs_handle_count; 283 "locked %u flushing %u logging %u handle_count %u " 292 __entry->handle_count, __entry->blocks,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | jbd2.h | 263 __field( __u32, handle_count ) 277 __entry->handle_count = stats->rs_handle_count; 283 "locked %u flushing %u logging %u handle_count %u " 292 __entry->handle_count, __entry->blocks,
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_gem.h | 197 * @handle_count: 201 * Each handle also holds a reference. Note that when the handle_count 207 unsigned handle_count; member
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_gem.h | 277 * @handle_count: 281 * Each handle also holds a reference. Note that when the handle_count 287 unsigned handle_count; member
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_fw.h | 669 uint8_t handle_count; /* Handle count. */ member 870 uint8_t handle_count; /* Handle count. */ member 945 uint8_t handle_count; /* Handle count. */ member 980 uint8_t handle_count; /* Handle count. */ member 1007 uint8_t handle_count; member 1424 uint8_t handle_count; member
|
H A D | qla_mr.c | 2611 uint32_t handle, hindex, handle_count, i; in qlafx00_multistatus_entry() local 2618 handle_count = stsmfx->handle_count; in qlafx00_multistatus_entry() 2620 if (handle_count > MAX_HANDLE_COUNT) { in qlafx00_multistatus_entry() 2622 "Invalid handle count (0x%x).\n", handle_count); in qlafx00_multistatus_entry() 2630 for (i = 0; i < handle_count; i++) { in qlafx00_multistatus_entry()
|
H A D | qla_mr.h | 85 uint8_t handle_count; member
|
H A D | qla_def.h | 2142 uint8_t handle_count; /* Handle count. */ member 2155 uint8_t handle_count; /* Handle count. */ member 2167 uint8_t handle_count; /* Handle count. */ member 2191 uint8_t handle_count; /* Handle count. */ member
|
H A D | qla_isr.c | 2442 handle_cnt = sts21_entry->handle_count; in qla2x00_process_response_entry() 2449 handle_cnt = sts22_entry->handle_count; in qla2x00_process_response_entry()
|
/kernel/linux/linux-6.6/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 | 2612 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()
|
H A D | qla_mr.h | 85 uint8_t handle_count; member
|
H A D | qla_def.h | 2264 uint8_t handle_count; /* Handle count. */ member 2277 uint8_t handle_count; /* Handle count. */ member 2289 uint8_t handle_count; /* Handle count. */ member 2313 uint8_t handle_count; /* Handle count. */ member
|
H A D | qla_isr.c | 2904 handle_cnt = sts21_entry->handle_count; in qla2x00_process_response_entry() 2911 handle_cnt = sts22_entry->handle_count; in qla2x00_process_response_entry()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_gem.c | 111 obj->handle_count); in exynos_drm_gem_destroy()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_gem.c | 116 obj->handle_count); in exynos_drm_gem_destroy()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_context.c | 543 GEM_BUG_ON(obj->base.handle_count); in file_add_object() 552 obj->base.handle_count++; in file_add_object()
|
/kernel/linux/linux-6.6/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()
|