Searched refs:handle_count (Results 1 – 13 of 13) sorted by relevance
169 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()
205 obj->handle_count, in drm_gem_one_name_info()
365 if (obj->handle_count == 0) { in export_and_register_object()
248 __field( __u32, handle_count )262 __entry->handle_count = stats->rs_handle_count;277 __entry->handle_count, __entry->blocks,
54 unsigned handle_count; member
610 uint8_t handle_count; /* Handle count. */ member761 uint8_t handle_count; /* Handle count. */ member835 uint8_t handle_count; /* Handle count. */ member870 uint8_t handle_count; /* Handle count. */ member1229 uint8_t handle_count; member
85 uint8_t handle_count; member
2630 uint32_t handle, hindex, handle_count, i; in qlafx00_multistatus_entry() local2637 handle_count = stsmfx->handle_count; in qlafx00_multistatus_entry()2639 if (handle_count > MAX_HANDLE_COUNT) { in qlafx00_multistatus_entry()2641 "Invalid handle count (0x%x).\n", handle_count); in qlafx00_multistatus_entry()2649 for (i = 0; i < handle_count; i++) { in qlafx00_multistatus_entry()
1817 uint8_t handle_count; /* Handle count. */ member1830 uint8_t handle_count; /* Handle count. */ member1842 uint8_t handle_count; /* Handle count. */ member1866 uint8_t handle_count; /* Handle count. */ member
1664 handle_cnt = ((sts21_entry_t *)pkt)->handle_count; in qla2x00_process_response_queue()1671 handle_cnt = ((sts22_entry_t *)pkt)->handle_count; in qla2x00_process_response_queue()
84 int handle_count; member
311 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()1435 if (!buffer->handle_count) { in ion_debug_heap_show()
153 DRM_DEBUG_KMS("handle count = %d\n", obj->handle_count); in exynos_drm_gem_destroy()