Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dpage_frags.rst30 used by callers of the __napi_alloc_frag and __napi_alloc_skb calls. The
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c378 static void *__napi_alloc_frag(unsigned int fragsz, gfp_t gfp_mask) in __napi_alloc_frag() function
389 return __napi_alloc_frag(fragsz, GFP_ATOMIC); in napi_alloc_frag()
411 data = __napi_alloc_frag(fragsz, GFP_ATOMIC); in netdev_alloc_frag()