Lines Matching defs:cache
55 #include <linux/cache.h>
169 * @flags: If SKB_ALLOC_FCLONE is set, allocate from fclone cache
170 * instead of head cache and allocate a cloned (child) skb.
185 struct kmem_cache *cache;
191 cache = (flags & SKB_ALLOC_FCLONE)
198 skb = kmem_cache_alloc_node(cache, gfp_mask & ~__GFP_DMA, node);
203 /* We do our best to align skb_shared_info on a separate cache
206 * Both skb->head and skb_shared_info are cache line aligned.
258 kmem_cache_free(cache, skb);
1551 * cache instead of the head cache; it is recommended to set this