Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/mm/
Dcma.c412 bool no_warn) in cma_alloc() argument
459 GFP_KERNEL | (no_warn ? __GFP_NOWARN : 0)); in cma_alloc()
488 if (ret && !no_warn) { in cma_alloc()
/kernel/linux/linux-5.10/include/linux/
Dcma.h48 bool no_warn);
Ddma-map-ops.h115 unsigned int order, bool no_warn);
137 size_t count, unsigned int order, bool no_warn) in dma_alloc_from_contiguous() argument
/kernel/linux/linux-5.10/tools/perf/util/
Dtool.h84 bool no_warn; member
Dsession.c2047 if (!tool->no_warn) in __perf_session__process_pipe_events()
2307 if (!tool->no_warn) in __perf_session__process_events()
/kernel/linux/linux-5.10/kernel/dma/
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()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-report.c733 rep->tool.no_warn = true; in stats_setup()
755 rep->tool.no_warn = true; in tasks_setup()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch25505 return cma_alloc(dev_get_cma_area(dev), count, align, no_warn);
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch59554 return cma_alloc(dev_get_cma_area(dev), count, align, no_warn);
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch364084 return cma_alloc(dev_get_cma_area(dev), count, align, no_warn);