Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dskbuff.c352 struct netdev_alloc_cache { struct
359 static DEFINE_PER_CPU(struct netdev_alloc_cache, netdev_alloc_cache); argument
360 static DEFINE_PER_CPU(struct netdev_alloc_cache, napi_alloc_cache);
362 static struct page *__page_frag_refill(struct netdev_alloc_cache *nc, in __page_frag_refill()
384 static void *__alloc_page_frag(struct netdev_alloc_cache __percpu *cache, in __alloc_page_frag()
387 struct netdev_alloc_cache *nc = this_cpu_ptr(cache); in __alloc_page_frag()
439 data = __alloc_page_frag(&netdev_alloc_cache, fragsz, gfp_mask); in __netdev_alloc_frag()