Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/base/
A 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-6.3-rc2/kernel/dma/
A Dcontiguous.c258 unsigned int align, bool no_warn) in dma_alloc_from_contiguous() argument
263 return cma_alloc(dev_get_cma_area(dev), count, align, no_warn); in dma_alloc_from_contiguous()
/linux-6.3-rc2/mm/
A Dcma.c425 unsigned int align, bool no_warn) in cma_alloc() argument
474 GFP_KERNEL | (no_warn ? __GFP_NOWARN : 0)); in cma_alloc()
506 if (ret && !no_warn) { in cma_alloc()
/linux-6.3-rc2/include/linux/
A Dcma.h52 bool no_warn);
A Ddma-map-ops.h127 unsigned int order, bool no_warn);
149 size_t count, unsigned int order, bool no_warn) in dma_alloc_from_contiguous() argument
/linux-6.3-rc2/tools/perf/util/
A Dtool.h87 bool no_warn; member
A Dsession.c2136 if (!tool->no_warn) in __perf_session__process_pipe_events()
2479 if (!tool->no_warn) in __perf_session__process_events()
2602 if (!tool->no_warn) in __perf_session__process_dir_events()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-report.c785 rep->tool.no_warn = true; in stats_setup()
809 rep->tool.no_warn = true; in tasks_setup()

Completed in 61 milliseconds