Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/base/
Dmodule.c36 int no_warn; in module_add_driver() local
62 no_warn = sysfs_create_link(&drv->p->kobj, &mk->kobj, "module"); in module_add_driver()
66 no_warn = sysfs_create_link(mk->drivers_dir, &drv->p->kobj, in module_add_driver()
/Linux-v5.4/include/linux/
Ddma-contiguous.h112 unsigned int order, bool no_warn);
147 unsigned int order, bool no_warn) in dma_alloc_from_contiguous() argument
Dcma.h36 bool no_warn);
/Linux-v5.4/kernel/dma/
Dcontiguous.c193 unsigned int align, bool no_warn) in dma_alloc_from_contiguous() argument
198 return cma_alloc(dev_get_cma_area(dev), count, align, no_warn); in dma_alloc_from_contiguous()
/Linux-v5.4/mm/
Dcma.c418 bool no_warn) in cma_alloc() argument
465 GFP_KERNEL | (no_warn ? __GFP_NOWARN : 0)); in cma_alloc()
494 if (ret && !no_warn) { in cma_alloc()
/Linux-v5.4/tools/perf/util/
Dtool.h81 bool no_warn; member
Dsession.c1949 if (!tool->no_warn) in __perf_session__process_pipe_events()
2190 if (!tool->no_warn) in __perf_session__process_events()
/Linux-v5.4/tools/perf/
Dbuiltin-report.c667 rep->tool.no_warn = true; in stats_setup()
689 rep->tool.no_warn = true; in tasks_setup()