Searched refs:page_frag_cache (Results 1 – 4 of 4) sorted by relevance
494 struct page_frag_cache;495 extern void *__alloc_page_frag(struct page_frag_cache *nc,
245 struct page_frag_cache { struct
352 static DEFINE_PER_CPU(struct page_frag_cache, netdev_alloc_cache);353 static DEFINE_PER_CPU(struct page_frag_cache, napi_alloc_cache);357 struct page_frag_cache *nc; in __netdev_alloc_frag()383 struct page_frag_cache *nc = this_cpu_ptr(&napi_alloc_cache); in __napi_alloc_frag()410 struct page_frag_cache *nc; in __netdev_alloc_skb()479 struct page_frag_cache *nc = this_cpu_ptr(&napi_alloc_cache); in __napi_alloc_skb()
3336 static struct page *__page_frag_refill(struct page_frag_cache *nc, in __page_frag_refill()3357 void *__alloc_page_frag(struct page_frag_cache *nc, in __alloc_page_frag()