Lines Matching refs:global
32 struct i915_global *global;
39 list_for_each_entry(global, &globals, link)
40 global->shrink();
72 void __init i915_global_register(struct i915_global *global)
74 GEM_BUG_ON(!global->shrink);
75 GEM_BUG_ON(!global->exit);
77 list_add_tail(&global->link, &globals);
82 struct i915_global *global, *next;
84 list_for_each_entry_safe_reverse(global, next, &globals, link)
85 global->exit();
120 * Defer shrinking the global slab caches (and other work) until