Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtool.h93 bool no_warn; member
H A Dtool.c285 tool->no_warn = false; in perf_tool__init()
470 tool->tool.no_warn = delegate->no_warn; in delegate_tool__init()
H A Dsession.c2172 if (!tool->no_warn) in prefetch_event()
2520 if (!tool->no_warn) in __perf_session__process_dir_events()
2645 if (!tool->no_warn) in perf_session__process_events()
/linux/mm/
H A Dcma.c920 unsigned int align, bool no_warn) in cma_alloc_frozen() argument
922 gfp_t gfp = GFP_KERNEL | (no_warn ? __GFP_NOWARN : 0); in cma_alloc_frozen()
945 unsigned int align, bool no_warn) in cma_alloc() argument
949 page = cma_alloc_frozen(cma, count, align, no_warn); in cma_alloc()
/linux/tools/perf/
H A Dbuiltin-report.c823 rep->tool.no_warn = true; in stats_setup()
846 rep->tool.no_warn = true; in tasks_setup()