Searched refs:no_warn (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/base/ |
| 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()
|
| /linux/mm/ |
| A D | cma.c | 427 unsigned int align, bool no_warn) in cma_alloc() argument 475 GFP_KERNEL | (no_warn ? __GFP_NOWARN : 0)); in cma_alloc() 507 if (ret && !no_warn) { in cma_alloc()
|
| /linux/kernel/dma/ |
| A D | contiguous.c | 258 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/include/linux/ |
| A D | cma.h | 48 bool no_warn);
|
| A D | dma-map-ops.h | 116 unsigned int order, bool no_warn); 138 size_t count, unsigned int order, bool no_warn) in dma_alloc_from_contiguous() argument
|
| /linux/tools/perf/util/ |
| A D | tool.h | 85 bool no_warn; member
|
| A D | session.c | 2073 if (!tool->no_warn) in __perf_session__process_pipe_events() 2399 if (!tool->no_warn) in __perf_session__process_events()
|
| /linux/tools/perf/ |
| A D | builtin-report.c | 744 rep->tool.no_warn = true; in stats_setup() 768 rep->tool.no_warn = true; in tasks_setup()
|
Completed in 15 milliseconds