Searched refs:llist_node (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dllist.h39 struct llist_node *first;
42 struct llist_node { struct
43 struct llist_node *next;
66 llist_add(struct llist_node *node, struct llist_head *head)
68 struct llist_node *first;
80 llist_add_batch(struct llist_node *first, struct llist_node *last,
83 struct llist_node *next;
93 static inline struct llist_node *
96 struct llist_node *firs
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_active_types.h27 struct llist_node llist;
H A Di915_active.c57 static inline struct llist_node *barrier_to_ll(struct active_node *node)
76 static inline struct active_node *barrier_from_ll(struct llist_node *x)
393 struct llist_node *head = NULL, *tail = NULL;
394 struct llist_node *pos, *next;
710 struct llist_node *first = NULL, *last = NULL;
728 struct llist_node *prev = first;
791 struct llist_node *pos, *next;
840 static struct dma_fence **ll_to_fence_slot(struct llist_node *node)
848 struct llist_node *node, *next;
H A Di915_perf.c396 struct llist_node node;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_context_types.h107 struct llist_node free_link;
H A Di915_gem_object_types.h134 struct llist_node freed;
H A Di915_gem_object.c194 struct llist_node *freed)
277 struct llist_node *freed = llist_del_all(&i915->mm.free_list);
H A Di915_gem_context.c332 static void contexts_free_all(struct llist_node *list)
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_engine_user.c127 static struct llist_node *get_engines(struct drm_i915_private *i915)
135 struct llist_node *pos, *next;
H A Dintel_engine_pm.c228 struct llist_node *node, *next;
H A Dintel_engine_types.h304 struct llist_node llist;
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_connector.h1426 struct llist_node free_node;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_display_types.h525 struct llist_node freed;
H A Dintel_display.c15261 struct llist_node *freed;
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_connector.c183 struct llist_node *freed;

Completed in 322 milliseconds