Searched refs:napi_alloc_cache (Results 1 – 3 of 3) sorted by relevance
27 netdev_alloc_frag和__netdev_alloc_skb调用的调用者使用。napi_alloc_cache
29 netdev_alloc_frag and __netdev_alloc_skb calls. The napi_alloc_cache is
194 struct napi_alloc_cache { struct202 static DEFINE_PER_CPU(struct napi_alloc_cache, napi_alloc_cache); argument223 struct napi_alloc_cache *nc = this_cpu_ptr(&napi_alloc_cache); in __napi_alloc_frag_align()241 struct napi_alloc_cache *nc; in __netdev_alloc_frag_align()244 nc = this_cpu_ptr(&napi_alloc_cache); in __netdev_alloc_frag_align()254 struct napi_alloc_cache *nc = this_cpu_ptr(&napi_alloc_cache); in napi_skb_cache_get()593 nc = this_cpu_ptr(&napi_alloc_cache.page); in __netdev_alloc_skb()637 struct napi_alloc_cache *nc; in __napi_alloc_skb()660 nc = this_cpu_ptr(&napi_alloc_cache); in __napi_alloc_skb()1054 struct napi_alloc_cache *nc = this_cpu_ptr(&napi_alloc_cache); in napi_skb_cache_put()