Searched refs:warn_alloc (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/mm/ |
D | sparse-vmemmap.c | 63 warn_alloc(gfp_mask & ~__GFP_NOWARN, NULL, in vmemmap_alloc_block()
|
D | vmalloc.c | 3129 warn_alloc(gfp_mask, NULL, in __vmalloc_area_node() 3166 warn_alloc(gfp_mask, NULL, in __vmalloc_area_node() 3194 warn_alloc(gfp_mask, NULL, in __vmalloc_area_node() 3251 warn_alloc(gfp_mask, NULL, in __vmalloc_node_range() 3285 warn_alloc(gfp_mask, NULL, in __vmalloc_node_range()
|
D | page_alloc.c | 3227 void warn_alloc(gfp_t gfp_mask, nodemask_t *nodemask, const char *fmt, ...) in warn_alloc() function 4169 warn_alloc(gfp_mask, ac->nodemask, in __alloc_pages_slowpath()
|
/Linux-v6.6/include/linux/ |
D | mm.h | 3175 void warn_alloc(gfp_t gfp_mask, nodemask_t *nodemask, const char *fmt, ...);
|