Searched refs:no_warn (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/base/
H A Dmodule.c36 int no_warn; local
62 no_warn = sysfs_create_link(&drv->p->kobj, &mk->kobj, "module");
66 no_warn = sysfs_create_link(mk->drivers_dir, &drv->p->kobj,
/linux-master/tools/perf/util/
H A Dtool.h87 bool no_warn; member in struct:perf_tool
H A Dsession.c2147 if (!tool->no_warn)
2490 if (!tool->no_warn)
2613 if (!tool->no_warn)
/linux-master/include/linux/
H A Dcma.h48 bool no_warn);
H A Ddma-map-ops.h129 unsigned int order, bool no_warn);
151 size_t count, unsigned int order, bool no_warn)
150 dma_alloc_from_contiguous(struct device *dev, size_t count, unsigned int order, bool no_warn) argument
/linux-master/mm/
H A Dcma.c415 * @no_warn: Avoid printing message about failed allocation
421 unsigned int align, bool no_warn)
471 GFP_KERNEL | (no_warn ? __GFP_NOWARN : 0));
501 if (ret && !no_warn) {
420 cma_alloc(struct cma *cma, unsigned long count, unsigned int align, bool no_warn) argument
/linux-master/kernel/dma/
H A Dcontiguous.c297 * @no_warn: Avoid printing message about failed allocation.
305 unsigned int align, bool no_warn)
310 return cma_alloc(dev_get_cma_area(dev), count, align, no_warn);
304 dma_alloc_from_contiguous(struct device *dev, size_t count, unsigned int align, bool no_warn) argument
/linux-master/tools/perf/
H A Dbuiltin-report.c805 rep->tool.no_warn = true;
829 rep->tool.no_warn = true;

Completed in 129 milliseconds