Searched refs:fragsz (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/net/core/
H A Dskbuff.c355 static void *__netdev_alloc_frag(unsigned int fragsz, gfp_t gfp_mask) __netdev_alloc_frag() argument
363 data = __alloc_page_frag(nc, fragsz, gfp_mask); __netdev_alloc_frag()
370 * @fragsz: fragment size
375 void *netdev_alloc_frag(unsigned int fragsz) netdev_alloc_frag() argument
377 return __netdev_alloc_frag(fragsz, GFP_ATOMIC | __GFP_COLD); netdev_alloc_frag()
381 static void *__napi_alloc_frag(unsigned int fragsz, gfp_t gfp_mask) __napi_alloc_frag() argument
385 return __alloc_page_frag(nc, fragsz, gfp_mask); __napi_alloc_frag()
388 void *napi_alloc_frag(unsigned int fragsz) napi_alloc_frag() argument
390 return __napi_alloc_frag(fragsz, GFP_ATOMIC | __GFP_COLD); napi_alloc_frag()
/linux-4.4.14/include/linux/
H A Dgfp.h496 unsigned int fragsz, gfp_t gfp_mask);
H A Dskbuff.h2278 void *netdev_alloc_frag(unsigned int fragsz);
2337 void *napi_alloc_frag(unsigned int fragsz);
/linux-4.4.14/mm/
H A Dpage_alloc.c3358 unsigned int fragsz, gfp_t gfp_mask) __alloc_page_frag()
3385 offset = nc->offset - fragsz; __alloc_page_frag()
3401 offset = size - fragsz; __alloc_page_frag()
3357 __alloc_page_frag(struct page_frag_cache *nc, unsigned int fragsz, gfp_t gfp_mask) __alloc_page_frag() argument

Completed in 153 milliseconds