Searched refs:page_frag_cache (Results 1 – 7 of 7) sorted by relevance
638 struct page_frag_cache;640 extern void *page_frag_alloc_align(struct page_frag_cache *nc,644 static inline void *page_frag_alloc(struct page_frag_cache *nc, in page_frag_alloc()
343 struct page_frag_cache { struct
131 struct page_frag_cache page;136 static DEFINE_PER_CPU(struct page_frag_cache, netdev_alloc_cache);155 struct page_frag_cache *nc = this_cpu_ptr(&netdev_alloc_cache); in __netdev_alloc_frag_align()481 struct page_frag_cache *nc; in __netdev_alloc_skb()
168 struct page_frag_cache rx_page;
146 struct page_frag_cache pf_cache;
110 struct page_frag_cache pf_cache;
5482 static struct page *__page_frag_cache_refill(struct page_frag_cache *nc, in __page_frag_cache_refill()5512 void *page_frag_alloc_align(struct page_frag_cache *nc, in page_frag_alloc_align()
Completed in 50 milliseconds