Searched refs:fragsz (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/net/core/ |
| D | skbuff.c | 355 static void *__netdev_alloc_frag(unsigned int fragsz, gfp_t gfp_mask) in __netdev_alloc_frag() argument 363 data = __alloc_page_frag(nc, fragsz, gfp_mask); in __netdev_alloc_frag() 375 void *netdev_alloc_frag(unsigned int fragsz) in netdev_alloc_frag() argument 377 return __netdev_alloc_frag(fragsz, GFP_ATOMIC | __GFP_COLD); in netdev_alloc_frag() 381 static void *__napi_alloc_frag(unsigned int fragsz, gfp_t gfp_mask) in __napi_alloc_frag() argument 385 return __alloc_page_frag(nc, fragsz, gfp_mask); in __napi_alloc_frag() 388 void *napi_alloc_frag(unsigned int fragsz) in napi_alloc_frag() argument 390 return __napi_alloc_frag(fragsz, GFP_ATOMIC | __GFP_COLD); in napi_alloc_frag()
|
| /linux-4.4.14/include/linux/ |
| D | gfp.h | 496 unsigned int fragsz, gfp_t gfp_mask);
|
| D | skbuff.h | 2278 void *netdev_alloc_frag(unsigned int fragsz); 2337 void *napi_alloc_frag(unsigned int fragsz);
|
| /linux-4.4.14/mm/ |
| D | page_alloc.c | 3358 unsigned int fragsz, gfp_t gfp_mask) in __alloc_page_frag() argument 3385 offset = nc->offset - fragsz; in __alloc_page_frag() 3401 offset = size - fragsz; in __alloc_page_frag()
|