Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 29) sorted by relevance

12

/gfx-drm/usr/src/uts/common/drm/
H A Ddrm_linux_list.h62 ((head)->next == head)
75 (ptr)->next = (head)->next; \
77 (head)->next = ptr; \
85 (ptr)->next = head; \
86 p_node->next = ptr; \
96 p_node->next = (ptr)->next; \
127 last->next = ne; \
136 new_list->next = old_list->next; \
143 for (pos = (head)->next; pos != head; pos = (pos)->next)
146 for (pos = (head)->next, n = (pos)->next; \
[all …]
H A Ddrm_mm.h104 next = entry ? list_entry(entry->node_list.next, \
106 entry != NULL; entry = next, \
107 next = entry ? list_entry(entry->node_list.next, \
115 for (entry = list_entry((mm)->hole_stack.next, struct drm_mm_node, hole_stack); \
120 entry = list_entry(entry->hole_stack.next, struct drm_mm_node, hole_stack))
H A Ddrm_sun_idr.h40 struct idr_free_id *next; member
45 struct idr_free_id_range *next; member
71 struct idr_list *next, *prev; member
79 list_for_each(entry, &(head)->next[key])
H A DdrmP.h467 struct drm_magic_entry *next; member
483 struct drm_buf *next; /* Kernel-only: used for free list */ member
504 drm_buf_t *next; /* End pointer */ member
H A Ddrm.h135 unsigned char next; member
/gfx-drm/usr/src/uts/intel/io/radeon/
H A Dradeon_mem.c62 newblock->next = p->next; in split_block()
79 newblock->next = p->next; in split_block()
98 for (p = heap->next; p != heap; p = p->next) { in alloc_block()
112 for (p = heap->next; p != heap; p = p->next) in find_block()
131 p->next = q->next; in free_block()
132 p->next->prev = p; in free_block()
139 q->next = p->next; in free_block()
184 for (p = heap->next; p != heap; p = p->next) { in radeon_mem_release()
193 for (p = heap->next; p != heap; p = p->next) { in radeon_mem_release()
197 p->next = q->next; in radeon_mem_release()
[all …]
H A Dradeon_drv.h171 struct drm_radeon_freelist *next; member
199 struct mem_block *next; member
/gfx-drm/usr/src/uts/common/io/drm/
H A Ddrm_sun_idr.c64 ret = range->next; in fr_destroy()
87 while (prev->next && prev->next->start < start) in fr_insert()
88 prev = prev->next; in fr_insert()
93 n->next = prev->next; in fr_insert()
94 prev->next = n; in fr_insert()
98 if (n->next) in fr_insert()
116 (*pid) = id->next; in fr_insert()
408 temp = node->next; in idr_list_get_new_above()
410 entry->next = node->next; in idr_list_get_new_above()
438 p_node->next = (ptr)->next; \
[all …]
H A Ddrm_auth.c78 for (pt = master->magiclist[hash].head; pt; pt = pt->next) { in drm_find_file()
115 entry->next = NULL; in drm_add_magic()
119 master->magiclist[hash].tail->next = entry; in drm_add_magic()
150 for (pt = master->magiclist[hash].head; pt; prev = pt, pt = pt->next) { in drm_remove_magic()
153 master->magiclist[hash].head = pt->next; in drm_remove_magic()
159 prev->next = pt->next; in drm_remove_magic()
H A Ddrm_modes.c1039 for (list = mode_list->next, temp = list->next; in drm_mode_sort()
1041 list = temp, temp = temp->next) { in drm_mode_sort()
1051 end = mode_list->next; in drm_mode_sort()
1052 cur = end->next; in drm_mode_sort()
1059 p_node->next = cur; in drm_mode_sort()
1061 cur->next = list; in drm_mode_sort()
1064 cur = end->next; in drm_mode_sort()
1069 cur = end->next; in drm_mode_sort()
H A Ddrm_mm.c68 list_entry(mm->unused_nodes.next, in drm_mm_kmalloc()
588 node->node_list.next = &mm->prev_scanned_node->node_list; in drm_mm_scan_add_block()
654 return (head->next->next == head); in drm_mm_clean()
684 struct drm_mm_node *entry, *next; in drm_mm_takedown() local
692 list_for_each_entry_safe(entry, next, struct drm_mm_node, &mm->unused_nodes, node_list) { in drm_mm_takedown()
742 return (mm->hole_stack.next != NULL); in drm_mm_initialized()
759 node = list_entry(hole_node->node_list.next, in __drm_mm_hole_node_end()
H A Ddrm_stub.c132 struct drm_magic_entry *pt, *next; in drm_master_destroy() local
157 for (pt = master->magiclist[i].head; pt; pt = next) { in drm_master_destroy()
158 next = pt->next; in drm_master_destroy()
H A DLICENSE_DRM15 * The above copyright notice and this permission notice (including the next
57 * The above copyright notice and this permission notice (including the next
86 * The above copyright notice and this permission notice (including the next
125 * The above copyright notice and this permission notice (including the next
165 * The above copyright notice and this permission notice (including the next
196 * next paragraph) shall be included in all copies or substantial portions
238 * The above copyright notice and this permission notice (including the next
266 * next paragraph) shall be included in all copies or substantial portions
576 * next paragraph) shall be included in all copies or substantial portions
985 * next paragraph) shall be included in all copies or substantial portions
[all …]
H A Ddrm_bufs.c626 buf->next = NULL; in drm_addbufs_agp()
784 buf->next = NULL; in drm_addbufs_sg()
H A Ddrm_crtc_helper.c68 tmp2 = dev->mode_config.connector_list.next; in drm_helper_move_panel_connectors_to_head()
/gfx-drm/usr/src/common/libdrm/patches/
H A Dlibdrm-lists-h.patch8 - for ((__item) = DRMLISTENTRY(typeof(*__item), (__list)->next, __head); \
9 + for ((__item) = DRMLISTENTRY(__typeof(*__item), (__list)->next, __head); \
13 (__item)->__head.next, __head))
16 - for ((__item) = DRMLISTENTRY(typeof(*__item), (__list)->next, __head), \
18 + for ((__item) = DRMLISTENTRY(__typeof(*__item), (__list)->next, __head), \
20 (__item)->__head.next, __head); \
25 (__temp)->__head.next, __head))
/gfx-drm/usr/src/uts/common/sys/agp/
H A Dagpgart_impl.h43 struct amd64_gart_dev_list *next; member
98 struct key_list *next; member
130 struct list_head *next, *prev; member
/gfx-drm/usr/src/
H A DMakefile.msg.targ58 /^domain/ { next; } \
60 if ( $$0 !~ /^msgstr/ ) next; \
69 next; \
/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_gem_evict.c159 struct drm_i915_gem_object *obj, *next; in i915_gem_evict_everything() local
179 list_for_each_entry_safe(obj, next, struct drm_i915_gem_object, in i915_gem_evict_everything()
H A DLICENSE_I91514 * The above copyright notice and this permission notice (including the next
50 next paragraph) shall be included in all copies or substantial portions
78 * The above copyright notice and this permission notice (including the next
114 * next paragraph) shall be included in all copies or substantial portions
146 next paragraph) shall be included in all copies or substantial portions
173 * The above copyright notice and this permission notice (including the next
234 * next paragraph) shall be included in all copies or substantial portions
265 * next paragraph) shall be included in all copies or substantial portions
331 * next paragraph) shall be included in all copies or substantial portions
613 * next paragraph) shall be included in all copies or substantial portions
[all …]
/gfx-drm/usr/src/cmd/mdb/i915/
H A Di915.c78 (uintptr_t)(((struct list_head *)wsp->walk_data)->next); in head_list_walk_init()
111 (uintptr_t)(((struct list_head *)wsp->walk_data)->next); in head_list_walk_step()
488 (uintptr_t)drm_dev->gem_objects_list.next) == -1) { in i915_obj_list()
512 ret = obj_walk_list((uintptr_t)dev_priv->mm.active_list.next, in i915_obj_list()
523 ret = obj_walk_list((uintptr_t)dev_priv->mm.inactive_list.next, in i915_obj_list()
533 ret = obj_walk_list((uintptr_t)dev_priv->mm.bound_list.next, in i915_obj_list()
544 ret = obj_walk_list((uintptr_t)dev_priv->mm.unbound_list.next, in i915_obj_list()
902 temp = (uintptr_t)obj.his_list.next; in i915_obj_history()
924 temp = (uintptr_t)node.next; in i915_obj_history()
977 temp = (uintptr_t)dev_priv->batch_list.next; in i915_batch_history()
[all …]
/gfx-drm/usr/src/common/libdrm/
H A DLICENSE_LIBDRM25 The above copyright notice and this permission notice (including the next
58 The above copyright notice and this permission notice (including the next
112 The above copyright notice and this permission notice (including the next
143 next paragraph) shall be included in all copies or substantial portions
170 next paragraph) shall be included in all copies or substantial portions
319 next paragraph) shall be included in all copies or substantial portions
343 next paragraph) shall be included in all copies or substantial portions
370 next paragraph) shall be included in all copies or substantial portions
397 next paragraph) shall be included in all copies or substantial portions
424 next paragraph) shall be included in all copies or substantial portions
[all …]
/gfx-drm/usr/src/tools/cw/
H A Dcw.c1749 cw_ictx_t *next = main_ctx; in main() local
1750 while (next != NULL) { in main()
1751 cw_ictx_t *toreap = next; in main()
1752 next = next->i_next; in main()
/gfx-drm/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c422 gart_list->next = cpu_garts->gart_dev_list_head; in amd64_gart_regis_byname()
465 amd64_gart_dev_list_t *next; in amd64_gart_unregister() local
470 gart_list; gart_list = next) { in amd64_gart_unregister()
474 next = gart_list->next; in amd64_gart_unregister()
968 gart_list = gart_list->next) { in lyr_set_gart_addr()
1039 gart_list = gart_list->next) { in lyr_config_devices()
1085 gart_list; gart_list = gart_list->next) { in lyr_unconfig_devices()
1124 gart_list; gart_list = gart_list->next) { in lyr_flush_gart_cache()
/gfx-drm/usr/src/pkg/manifests/
H A Ddriver-graphics-drm.mf12 # The above copyright notice and this permission notice (including the next

12