Home
last modified time | relevance | path

Searched refs:active_node (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Di915_active.c26 struct active_node { struct
33 #define fetch_node(x) rb_entry(READ_ONCE(x), typeof(struct active_node), node) argument
35 static inline struct active_node *
38 return container_of(active, struct active_node, base); in node_from_active()
48 static inline struct llist_node *barrier_to_ll(struct active_node *node) in barrier_to_ll()
55 __barrier_to_engine(struct active_node *node) in __barrier_to_engine()
61 barrier_to_engine(struct active_node *node) in barrier_to_engine()
67 static inline struct active_node *barrier_from_ll(struct llist_node *x) in barrier_from_ll()
70 struct active_node, base.cb.node); in barrier_from_ll()
129 struct active_node *it, *n; in __active_retire()
[all …]
H A Di915_active_types.h23 struct active_node;
30 struct active_node *cache;