Searched refs:no_warn (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/dma/ |
| H A D | contiguous.c | 306 * @no_warn: Avoid printing message about failed allocation. in dma_alloc_from_contiguous() 314 unsigned int align, bool no_warn) 319 return cma_alloc(dev_get_cma_area(dev), count, align, no_warn); 307 dma_alloc_from_contiguous(struct device * dev,size_t count,unsigned int align,bool no_warn) dma_alloc_from_contiguous() argument
|
| /linux/tools/perf/util/ |
| H A D | tool.h | 91 bool no_warn; member
|
| H A D | tool.c | 267 tool->no_warn = false; in perf_tool__init() 450 tool->tool.no_warn = delegate->no_warn; in delegate_tool__init()
|
| H A D | session.c | 2094 if (!tool->no_warn) in __perf_session__process_pipe_events() 2438 if (!tool->no_warn) in __perf_session__process_events() 2563 if (!tool->no_warn) in __perf_session__process_dir_events()
|
| /linux/include/linux/ |
| H A D | dma-map-ops.h | 108 unsigned int order, bool no_warn); 130 size_t count, unsigned int order, bool no_warn) in dma_alloc_from_contiguous() argument
|
| /linux/mm/ |
| H A D | cma.c | 928 unsigned int align, bool no_warn) in cma_alloc() argument 930 return __cma_alloc(cma, count, align, GFP_KERNEL | (no_warn ? __GFP_NOWARN : 0)); in cma_alloc()
|
| /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()
|