Lines Matching defs:global
34 } global;
211 kmem_cache_free(global.slab_cache, it);
290 prealloc = kmem_cache_alloc(global.slab_cache, GFP_KERNEL);
314 kmem_cache_free(global.slab_cache, prealloc);
346 kmem_cache_free(global.slab_cache, prealloc);
733 node = kmem_cache_alloc(global.slab_cache, GFP_KERNEL);
784 kmem_cache_free(global.slab_cache, node);
998 kmem_cache_shrink(global.slab_cache);
1003 kmem_cache_destroy(global.slab_cache);
1006 static struct i915_global_active global = { {
1013 global.slab_cache = KMEM_CACHE(active_node, SLAB_HWCACHE_ALIGN);
1014 if (!global.slab_cache)
1017 i915_global_register(&global.base);