Searched refs:no_warn (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/drivers/base/ |
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-v6.6/mm/ |
D | cma.c | 430 unsigned int align, bool no_warn) in cma_alloc() argument 479 GFP_KERNEL | (no_warn ? __GFP_NOWARN : 0)); in cma_alloc() 511 if (ret && !no_warn) { in cma_alloc()
|
/Linux-v6.6/include/linux/ |
D | cma.h | 52 bool no_warn);
|
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() argument
|
/Linux-v6.6/tools/perf/util/ |
D | tool.h | 87 bool no_warn; member
|
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()
|
/Linux-v6.6/kernel/dma/ |
D | contiguous.c | 311 unsigned int align, bool no_warn) in dma_alloc_from_contiguous() argument 316 return cma_alloc(dev_get_cma_area(dev), count, align, no_warn); in dma_alloc_from_contiguous()
|
/Linux-v6.6/tools/perf/ |
D | builtin-report.c | 791 rep->tool.no_warn = true; in stats_setup() 815 rep->tool.no_warn = true; in tasks_setup()
|