Home
last modified time | relevance | path

Searched refs:no_warn (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/mm/
H A Dcma.c426 unsigned int align, bool no_warn) in cma_alloc() argument
475 GFP_KERNEL | (no_warn ? __GFP_NOWARN : 0)); in cma_alloc()
507 if (ret && !no_warn) { in cma_alloc()
/openbmc/linux/include/linux/
H A Dcma.h52 bool no_warn);
H A Ddma-map-ops.h128 unsigned int order, bool no_warn);
150 size_t count, unsigned int order, bool no_warn) in dma_alloc_from_contiguous() argument
/openbmc/linux/tools/perf/util/
H A Dtool.h87 bool no_warn; member
H A Dsession.c2139 if (!tool->no_warn) in __perf_session__process_pipe_events()
2482 if (!tool->no_warn) in __perf_session__process_events()
2605 if (!tool->no_warn) in __perf_session__process_dir_events()
/openbmc/linux/kernel/dma/
H A Dcontiguous.c311 unsigned int align, bool no_warn) in dma_alloc_from_contiguous() argument
316 return cma_alloc(dev_get_cma_area(dev), count, align, no_warn); in dma_alloc_from_contiguous()
/openbmc/linux/tools/perf/
H A Dbuiltin-report.c789 rep->tool.no_warn = true; in stats_setup()
813 rep->tool.no_warn = true; in tasks_setup()