Searched refs:active_node (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_active.c | 30 struct active_node { struct 37 #define fetch_node(x) rb_entry(READ_ONCE(x), typeof(struct active_node), node) 39 static inline struct active_node * 42 return container_of(active, struct active_node, base); in node_from_active() 52 static inline struct llist_node *barrier_to_ll(struct active_node *node) in barrier_to_ll() 59 __barrier_to_engine(struct active_node *node) in __barrier_to_engine() 65 barrier_to_engine(struct active_node *node) in barrier_to_engine() 71 static inline struct active_node *barrier_from_ll(struct llist_node *x) in barrier_from_ll() 74 struct active_node, base.cb.node); in barrier_from_ll() 133 struct active_node *i in __active_retire() [all...] |
H A D | i915_active_types.h | 25 struct active_node; 37 struct active_node *cache;
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_active.c | 26 struct active_node { struct 33 #define fetch_node(x) rb_entry(READ_ONCE(x), typeof(struct active_node), node) 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 *i in __active_retire() [all...] |
H A D | i915_active_types.h | 23 struct active_node; 30 struct active_node *cache;
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | i915_active.c | 263 static struct intel_engine_cs *node_to_barrier(struct active_node *it) in node_to_barrier() 286 struct active_node *it, *n; in i915_active_print() 334 struct active_node *it, *n; in i915_active_unlock_wait()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | i915_active.c | 264 static struct intel_engine_cs *node_to_barrier(struct active_node *it) in node_to_barrier() 287 struct active_node *it, *n; in i915_active_print() 335 struct active_node *it, *n; in i915_active_unlock_wait()
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
H A D | namei.c | 97 object = rb_entry(p, struct cachefiles_object, active_node); in cachefiles_mark_object_buried() 161 struct cachefiles_object, active_node); in cachefiles_mark_object_active() 173 rb_link_node(&object->active_node, _parent, _p); in cachefiles_mark_object_active() 174 rb_insert_color(&object->active_node, &cache->active_nodes); in cachefiles_mark_object_active() 266 rb_erase(&object->active_node, &cache->active_nodes); in cachefiles_mark_object_inactive() 904 object = rb_entry(_n, struct cachefiles_object, active_node); in cachefiles_check_active()
|
H A D | internal.h | 47 struct rb_node active_node; /* link in active tree (dentry is key) */ member
|
Completed in 6 milliseconds