Searched refs:list_head (Results 1 - 22 of 22) sorted by relevance

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_linux_list.h44 struct list_head { struct
45 struct list_head *next, *prev;
49 /* Cheat, assume the list_head is at the start of the struct */
71 struct list_head *n_node = (head)->next; \
81 struct list_head *p_node = (head)->prev; \
91 struct list_head *n_node = (ptr)->next; \
92 struct list_head *p_node = (ptr)->prev; \
121 struct list_head *first = (list)->next; \
122 struct list_head *last = (list)->prev; \
132 struct list_head *old_lis
[all...]
H A Ddrm_crtc.h131 struct list_head head;
263 struct list_head head;
275 struct list_head filp_head;
282 struct list_head head;
289 struct list_head head;
294 struct list_head head;
301 struct list_head enum_blob_list;
400 struct list_head head;
519 struct list_head head;
590 struct list_head hea
[all...]
H A Ddrm_sun_timer.h40 struct list_head *head;
H A Ddrm_mm.h49 struct list_head node_list;
50 struct list_head hole_stack;
65 struct list_head hole_stack;
69 struct list_head unused_nodes;
H A DdrmP.h525 struct list_head link;
559 struct list_head head; /**< list head */
568 struct list_head head; /**< list head */
574 struct list_head head;
582 struct list_head head; /**< list head */
647 struct list_head seg_list;
649 struct list_head track_list; /* for i915 mdb */
650 struct list_head his_list;
702 struct list_head head;
712 struct list_head memor
[all...]
H A Ddrm_sunmod.h104 extern struct list_head drm_iomem_list;
H A Ddrm_fb_helper.h94 struct list_head kernel_fb_list;
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_evict.c39 mark_free(struct drm_i915_gem_object *obj, struct list_head *unwind)
54 struct list_head eviction_list, unwind_list;
H A Di915_drv.h253 struct list_head lru_list;
737 struct list_head head;
829 struct list_head bound_list;
835 struct list_head unbound_list;
854 struct list_head active_list;
866 struct list_head inactive_list;
869 struct list_head fence_list;
1194 struct list_head batch_list;
1238 struct list_head global_list;
1241 struct list_head ring_lis
[all...]
H A Di915_gem_execbuffer.c259 struct list_head *objects)
370 struct list_head *objects,
374 struct list_head ordered_objects;
375 struct list_head *tmp;
498 struct list_head *objects,
602 struct list_head *objects)
679 i915_gem_execbuffer_move_to_active(struct list_head *objects,
748 struct list_head objects;
H A Dintel_ringbuffer.h167 struct list_head active_list;
173 struct list_head request_list;
H A Dintel_drv.h90 struct list_head fbdev_list;
H A Di915_irq.c1595 int count, struct list_head *head)
1610 int count, struct list_head *head)
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_modes.c606 void drm_mode_list_concat(struct list_head *head, struct list_head *new)
609 struct list_head *entry, *tmp;
790 struct list_head head = dst->head;
896 struct list_head *mode_list,
931 struct list_head *mode_list,
964 struct list_head *mode_list, bool verbose)
983 * @lh_a: list_head for first mode
984 * @lh_b: list_head for second mode
996 static int drm_mode_compare(struct list_head *lh_
[all...]
H A Ddrm_memory.c219 struct list_head head;
222 struct list_head drm_iomem_list;
H A Ddrm_ioctl.c133 struct list_head *list;
H A Ddrm_crtc_helper.c57 struct list_head panel_list;
58 struct list_head *tmp2;
H A Ddrm_mm.c652 struct list_head *head = &mm->head_node.node_list;
H A Ddrm_fb_helper.c40 struct list_head kernel_fb_helper_list;
H A Ddrm_edid.c2303 struct list_head list;
H A Ddrm_crtc.c1289 struct list_head *lh;
/solaris-x11-s11/open-src/kernel/mdb/modules/
H A Di915.c67 wsp->walk_data = mdb_alloc(sizeof (struct list_head), UM_SLEEP);
69 if (mdb_vread(wsp->walk_data, sizeof (struct list_head),
78 (uintptr_t)(((struct list_head *)wsp->walk_data)->next);
97 if (mdb_vread(wsp->walk_data, sizeof (struct list_head),
111 (uintptr_t)(((struct list_head *)wsp->walk_data)->next);
348 struct list_head list;
383 struct list_head *head;
386 head = mdb_alloc(sizeof (struct list_head), UM_SLEEP);
388 if (mdb_vread(head, sizeof (struct list_head), addr) == -1) {
404 mdb_free(head, sizeof (struct list_head));
[all...]

Completed in 83 milliseconds