Searched refs:page_frag_cache (Results 1 – 7 of 7) sorted by relevance
305 struct page_frag_cache;307 extern void *page_frag_alloc_align(struct page_frag_cache *nc,311 static inline void *page_frag_alloc(struct page_frag_cache *nc, in page_frag_alloc()
422 struct page_frag_cache { struct
213 struct page_frag_cache cache;
225 struct page_frag_cache page;231 static DEFINE_PER_CPU(struct page_frag_cache, netdev_alloc_cache);267 struct page_frag_cache *nc = this_cpu_ptr(&netdev_alloc_cache); in __netdev_alloc_frag_align()657 struct page_frag_cache *nc; in __netdev_alloc_skb()
146 struct page_frag_cache pf_cache;
150 struct page_frag_cache pf_cache;
5708 static struct page *__page_frag_cache_refill(struct page_frag_cache *nc, in __page_frag_cache_refill()5738 void *page_frag_alloc_align(struct page_frag_cache *nc, in page_frag_alloc_align()
Completed in 40 milliseconds