Home | History | Annotate | Download | only in i915

Lines Matching defs:global

39 	struct i915_global *global;
46 list_for_each_entry(global, &globals, link)
47 global->shrink();
79 void __init i915_global_register(struct i915_global *global)
81 GEM_BUG_ON(!global->shrink);
82 GEM_BUG_ON(!global->exit);
84 list_add_tail(&global->link, &globals);
89 struct i915_global *global, *next;
91 list_for_each_entry_safe_reverse(global, next, &globals, link)
92 global->exit();
127 * Defer shrinking the global slab caches (and other work) until