Searched refs:warn_alloc (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/mm/ |
D | sparse-vmemmap.c | 63 warn_alloc(gfp_mask & ~__GFP_NOWARN, NULL, in vmemmap_alloc_block()
|
D | vmalloc.c | 3033 warn_alloc(gfp_mask, NULL, in __vmalloc_area_node() 3059 warn_alloc(gfp_mask, NULL, in __vmalloc_area_node() 3087 warn_alloc(gfp_mask, NULL, in __vmalloc_area_node() 3144 warn_alloc(gfp_mask, NULL, in __vmalloc_node_range() 3178 warn_alloc(gfp_mask, NULL, in __vmalloc_node_range()
|
D | page_alloc.c | 4343 void warn_alloc(gfp_t gfp_mask, nodemask_t *nodemask, const char *fmt, ...) in warn_alloc() function 5300 warn_alloc(gfp_mask, ac->nodemask, in __alloc_pages_slowpath()
|
/Linux-v6.1/include/linux/ |
D | mm.h | 2628 void warn_alloc(gfp_t gfp_mask, nodemask_t *nodemask, const char *fmt, ...);
|