Home | History | Annotate | Download | only in i915

Lines Matching refs:prealloc

274 	struct active_node *node, *prealloc;
290 prealloc = kmem_cache_alloc(global.slab_cache, GFP_KERNEL);
291 if (!prealloc)
293 memset(prealloc, 0, sizeof(*prealloc));
314 kmem_cache_free(global.slab_cache, prealloc);
325 node = prealloc;
326 prealloc = NULL;
345 if (prealloc)
346 kmem_cache_free(global.slab_cache, prealloc);