Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dpage_frags.rst29 netdev_alloc_frag and __netdev_alloc_skb calls. The napi_alloc_cache is
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c369 struct napi_alloc_cache { struct
376 static DEFINE_PER_CPU(struct napi_alloc_cache, napi_alloc_cache); argument
380 struct napi_alloc_cache *nc = this_cpu_ptr(&napi_alloc_cache); in __napi_alloc_frag()
465 nc = this_cpu_ptr(&napi_alloc_cache.page); in __netdev_alloc_skb()
509 struct napi_alloc_cache *nc; in __napi_alloc_skb()
527 nc = this_cpu_ptr(&napi_alloc_cache); in __napi_alloc_skb()
872 struct napi_alloc_cache *nc = this_cpu_ptr(&napi_alloc_cache); in __kfree_skb_flush()
884 struct napi_alloc_cache *nc = this_cpu_ptr(&napi_alloc_cache); in _kfree_skb_defer()