Home
last modified time | relevance | path

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

/dports/multimedia/libv4l/linux-5.13-rc2/net/core/
H A Dskbuff.c129 unsigned int skb_count; member
175 if (unlikely(!nc->skb_count)) in napi_skb_cache_get()
176 nc->skb_count = kmem_cache_alloc_bulk(skbuff_head_cache, in napi_skb_cache_get()
180 if (unlikely(!nc->skb_count)) in napi_skb_cache_get()
183 skb = nc->skb_cache[--nc->skb_count]; in napi_skb_cache_get()
921 nc->skb_cache[nc->skb_count++] = skb; in napi_skb_cache_put()
923 if (unlikely(nc->skb_count == NAPI_SKB_CACHE_SIZE)) { in napi_skb_cache_put()
930 nc->skb_count = NAPI_SKB_CACHE_HALF; in napi_skb_cache_put()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/core/
H A Dskbuff.c129 unsigned int skb_count; member
175 if (unlikely(!nc->skb_count)) in napi_skb_cache_get()
176 nc->skb_count = kmem_cache_alloc_bulk(skbuff_head_cache, in napi_skb_cache_get()
180 if (unlikely(!nc->skb_count)) in napi_skb_cache_get()
183 skb = nc->skb_cache[--nc->skb_count]; in napi_skb_cache_get()
921 nc->skb_cache[nc->skb_count++] = skb; in napi_skb_cache_put()
923 if (unlikely(nc->skb_count == NAPI_SKB_CACHE_SIZE)) { in napi_skb_cache_put()
930 nc->skb_count = NAPI_SKB_CACHE_HALF; in napi_skb_cache_put()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/core/
H A Dskbuff.c129 unsigned int skb_count; member
175 if (unlikely(!nc->skb_count)) in napi_skb_cache_get()
176 nc->skb_count = kmem_cache_alloc_bulk(skbuff_head_cache, in napi_skb_cache_get()
180 if (unlikely(!nc->skb_count)) in napi_skb_cache_get()
183 skb = nc->skb_cache[--nc->skb_count]; in napi_skb_cache_get()
921 nc->skb_cache[nc->skb_count++] = skb; in napi_skb_cache_put()
923 if (unlikely(nc->skb_count == NAPI_SKB_CACHE_SIZE)) { in napi_skb_cache_put()
930 nc->skb_count = NAPI_SKB_CACHE_HALF; in napi_skb_cache_put()