Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/
Ddrm_gem.c169 obj->handle_count = 0; in drm_gem_private_object_init()
223 if (WARN_ON(obj->handle_count == 0)) in drm_gem_object_handle_unreference_unlocked()
233 if (--obj->handle_count == 0) { in drm_gem_object_handle_unreference_unlocked()
337 obj->handle_count++; in drm_gem_handle_create_tail()
620 if (obj->handle_count == 0) { in drm_gem_flink_ioctl()
Ddrm_info.c205 obj->handle_count, in drm_gem_one_name_info()
Ddrm_prime.c363 if (obj->handle_count == 0) { in export_and_register_object()
/linux-4.1.27/include/trace/events/
Djbd2.h248 __field( __u32, handle_count )
262 __entry->handle_count = stats->rs_handle_count;
277 __entry->handle_count, __entry->blocks,
/linux-4.1.27/include/drm/
Ddrm_gem.h54 unsigned handle_count; member
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_fw.h610 uint8_t handle_count; /* Handle count. */ member
761 uint8_t handle_count; /* Handle count. */ member
835 uint8_t handle_count; /* Handle count. */ member
870 uint8_t handle_count; /* Handle count. */ member
1229 uint8_t handle_count; member
Dqla_mr.h85 uint8_t handle_count; member
Dqla_mr.c2632 uint32_t handle, hindex, handle_count, i; in qlafx00_multistatus_entry() local
2639 handle_count = stsmfx->handle_count; in qlafx00_multistatus_entry()
2641 if (handle_count > MAX_HANDLE_COUNT) { in qlafx00_multistatus_entry()
2643 "Invalid handle count (0x%x).\n", handle_count); in qlafx00_multistatus_entry()
2651 for (i = 0; i < handle_count; i++) { in qlafx00_multistatus_entry()
Dqla_def.h1817 uint8_t handle_count; /* Handle count. */ member
1830 uint8_t handle_count; /* Handle count. */ member
1842 uint8_t handle_count; /* Handle count. */ member
1866 uint8_t handle_count; /* Handle count. */ member
Dqla_isr.c1636 handle_cnt = ((sts21_entry_t *)pkt)->handle_count; in qla2x00_process_response_queue()
1643 handle_cnt = ((sts22_entry_t *)pkt)->handle_count; in qla2x00_process_response_queue()
/linux-4.1.27/drivers/staging/android/ion/
Dion_priv.h84 int handle_count; member
Dion.c311 buffer->handle_count++; in ion_buffer_add_to_handle()
327 buffer->handle_count--; in ion_buffer_remove_from_handle()
328 BUG_ON(buffer->handle_count < 0); in ion_buffer_remove_from_handle()
329 if (!buffer->handle_count) { in ion_buffer_remove_from_handle()
1433 if (!buffer->handle_count) { in ion_debug_heap_show()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_gem.c140 DRM_DEBUG_KMS("handle count = %d\n", obj->handle_count); in exynos_drm_gem_destroy()