/kernel/linux/linux-5.10/drivers/base/ |
H A D | module.c | 37 int no_warn; in module_add_driver() local 63 no_warn = sysfs_create_link(&drv->p->kobj, &mk->kobj, "module"); in module_add_driver() 67 no_warn = sysfs_create_link(mk->drivers_dir, &drv->p->kobj, in module_add_driver()
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | module.c | 36 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/include/linux/ |
H A D | cma.h | 48 bool no_warn);
|
H A D | dma-map-ops.h | 115 unsigned int order, bool no_warn); 137 size_t count, unsigned int order, bool no_warn) in dma_alloc_from_contiguous() 136 dma_alloc_from_contiguous(struct device *dev, size_t count, unsigned int order, bool no_warn) dma_alloc_from_contiguous() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | cma.h | 52 bool no_warn);
|
H A D | dma-map-ops.h | 128 unsigned int order, bool no_warn); 150 size_t count, unsigned int order, bool no_warn) in dma_alloc_from_contiguous() 149 dma_alloc_from_contiguous(struct device *dev, size_t count, unsigned int order, bool no_warn) dma_alloc_from_contiguous() argument
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | tool.h | 84 bool no_warn; member
|
H A D | session.c | 2047 if (!tool->no_warn) in __perf_session__process_pipe_events() 2307 if (!tool->no_warn) in __perf_session__process_events()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | tool.h | 87 bool no_warn; member
|
H A D | session.c | 2131 if (!tool->no_warn) in __perf_session__process_pipe_events() 2474 if (!tool->no_warn) in __perf_session__process_events() 2597 if (!tool->no_warn) in __perf_session__process_dir_events()
|
/kernel/linux/linux-5.10/mm/ |
H A D | cma.c | 406 * @no_warn: Avoid printing message about failed allocation 412 bool no_warn) in cma_alloc() 459 GFP_KERNEL | (no_warn ? __GFP_NOWARN : 0)); in cma_alloc() 488 if (ret && !no_warn) { in cma_alloc() 411 cma_alloc(struct cma *cma, size_t count, unsigned int align, bool no_warn) cma_alloc() argument
|
/kernel/linux/linux-6.6/mm/ |
H A D | cma.c | 424 * @no_warn: Avoid printing message about failed allocation 430 unsigned int align, bool no_warn) in cma_alloc() 479 GFP_KERNEL | (no_warn ? __GFP_NOWARN : 0)); in cma_alloc() 511 if (ret && !no_warn) { in cma_alloc() 429 cma_alloc(struct cma *cma, unsigned long count, unsigned int align, bool no_warn) cma_alloc() argument
|
/kernel/linux/linux-5.10/kernel/dma/ |
H A D | contiguous.c | 250 * @no_warn: Avoid printing message about failed allocation. 258 unsigned int align, bool no_warn) in dma_alloc_from_contiguous() 263 return cma_alloc(dev_get_cma_area(dev), count, align, no_warn); in dma_alloc_from_contiguous() 257 dma_alloc_from_contiguous(struct device *dev, size_t count, unsigned int align, bool no_warn) dma_alloc_from_contiguous() argument
|
/kernel/linux/linux-6.6/kernel/dma/ |
H A D | contiguous.c | 303 * @no_warn: Avoid printing message about failed allocation. 311 unsigned int align, bool no_warn) in dma_alloc_from_contiguous() 316 return cma_alloc(dev_get_cma_area(dev), count, align, no_warn); in dma_alloc_from_contiguous() 310 dma_alloc_from_contiguous(struct device *dev, size_t count, unsigned int align, bool no_warn) dma_alloc_from_contiguous() argument
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-report.c | 733 rep->tool.no_warn = true; in stats_setup() 755 rep->tool.no_warn = true; in tasks_setup()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-report.c | 791 rep->tool.no_warn = true; in stats_setup() 815 rep->tool.no_warn = true; in tasks_setup()
|