Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/vm/
Dpage_frags.rst30 used by callers of the __napi_alloc_frag and __napi_alloc_skb calls. The
/kernel/linux/linux-5.10/net/core/
Dskbuff.c377 static void *__napi_alloc_frag(unsigned int fragsz, gfp_t gfp_mask) in __napi_alloc_frag() function
388 return __napi_alloc_frag(fragsz, GFP_ATOMIC); in napi_alloc_frag()
410 data = __napi_alloc_frag(fragsz, GFP_ATOMIC); in netdev_alloc_frag()