Searched refs:no_warn (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/dma/ |
| H A D | contiguous.c | 326 unsigned int align, bool no_warn) in dma_alloc_from_contiguous() argument 331 return cma_alloc(dev_get_cma_area(dev), count, align, no_warn); in dma_alloc_from_contiguous()
|
| /linux/tools/perf/util/ |
| H A D | tool.h | 93 bool no_warn; member
|
| H A D | tool.c | 285 tool->no_warn = false; in perf_tool__init() 470 tool->tool.no_warn = delegate->no_warn; in delegate_tool__init()
|
| H A D | session.c | 2149 if (!tool->no_warn) in __perf_session__process_pipe_events() 2494 if (!tool->no_warn) in __perf_session__process_events() 2619 if (!tool->no_warn) in __perf_session__process_dir_events()
|
| /linux/mm/ |
| H A D | cma.c | 919 unsigned int align, bool no_warn) 921 gfp_t gfp = GFP_KERNEL | (no_warn ? __GFP_NOWARN : 0); 938 * @no_warn: Avoid printing message about failed allocation in cma_alloc_folio() 944 unsigned int align, bool no_warn) 948 page = cma_alloc_frozen(cma, count, align, no_warn); in cma_pages_valid() 928 cma_alloc(struct cma * cma,unsigned long count,unsigned int align,bool no_warn) cma_alloc() argument
|
| /linux/tools/perf/ |
| H A D | builtin-report.c | 828 rep->tool.no_warn = true; in stats_setup() 851 rep->tool.no_warn = true; in tasks_setup()
|