Searched refs:no_warn (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
H A D | cma.h | 48 bool no_warn);
|
H A D | dma-map-ops.h | 114 unsigned int order, bool no_warn); 136 size_t count, unsigned int order, bool no_warn) in dma_alloc_from_contiguous() argument
|
/linux/kernel/dma/ |
H A D | contiguous.c | 305 unsigned int align, bool no_warn) in dma_alloc_from_contiguous() argument 310 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 | 87 bool no_warn; member
|
H A D | tool.c | 239 tool->no_warn = false; in perf_tool__init()
|
H A D | session.c | 1887 if (!tool->no_warn) in __perf_session__process_pipe_events() 2228 if (!tool->no_warn) in __perf_session__process_events() 2349 if (!tool->no_warn) in __perf_session__process_dir_events()
|
/linux/mm/ |
H A D | cma.c | 516 unsigned int align, bool no_warn) in cma_alloc() argument 518 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 | 820 rep->tool.no_warn = true; in stats_setup() 843 rep->tool.no_warn = true; in tasks_setup()
|