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

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

Completed in 50 milliseconds