Home
last modified time | relevance | path

Searched refs:page_frag_cache (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dgfp.h494 struct page_frag_cache;
495 extern void *__alloc_page_frag(struct page_frag_cache *nc,
Dmm_types.h245 struct page_frag_cache { struct
/linux-4.4.14/net/core/
Dskbuff.c352 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()
/linux-4.4.14/mm/
Dpage_alloc.c3336 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()