Searched refs:active_node (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/i915/ |
A D | i915_active.c | 26 struct active_node { struct 35 static inline struct active_node * 130 struct active_node *it, *n; in __active_retire() 235 struct active_node *it; in __active_lookup() 292 struct active_node *node; in active_instance() 483 struct active_node *it; in __active_fence() 607 struct active_node *it, *n; in flush_lazy_signals() 819 struct active_node *node = in reuse_idle_barrier() 839 struct active_node *node = in reuse_idle_barrier() 901 struct active_node *node; in i915_active_acquire_preallocate_barrier() [all …]
|
A D | i915_active_types.h | 25 struct active_node; 32 struct active_node *cache;
|
/linux/drivers/gpu/drm/i915/selftests/ |
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()
|
/linux/fs/cachefiles/ |
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() 896 object = rb_entry(_n, struct cachefiles_object, active_node); in cachefiles_check_active()
|
A D | internal.h | 47 struct rb_node active_node; /* link in active tree (dentry is key) */ member
|
Completed in 12 milliseconds