Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/rcutorture/bin/
Dkvm.sh24 dryrun=""
125 --dryrun)
126 checkarg --dryrun "sched|script" $# "$2" 'sched\|script' '^--'
127 dryrun=$2
514 if test "$dryrun" = script
518 elif test "$dryrun" = sched
/Linux-v5.10/drivers/of/
Dfdt.c112 bool dryrun) in populate_properties() argument
142 if (dryrun) in populate_properties()
191 if (!dryrun) { in populate_properties()
204 if (!dryrun) in populate_properties()
213 bool dryrun) in populate_node() argument
229 if (!dryrun) { in populate_node()
243 populate_properties(blob, offset, mem, np, pathp, dryrun); in populate_node()
244 if (!dryrun) { in populate_node()
297 bool dryrun = !base; in unflatten_dt_nodes() local
326 &nps[depth+1], dryrun)) in unflatten_dt_nodes()
[all …]
/Linux-v5.10/arch/powerpc/mm/nohash/
Dfsl_booke.c168 bool dryrun) in map_mem_in_cams_addr() argument
178 if (!dryrun) in map_mem_in_cams_addr()
188 if (dryrun) in map_mem_in_cams_addr()
203 unsigned long map_mem_in_cams(unsigned long ram, int max_cam_idx, bool dryrun) in map_mem_in_cams() argument
208 return map_mem_in_cams_addr(phys, virt, ram, max_cam_idx, dryrun); in map_mem_in_cams()
/Linux-v5.10/arch/powerpc/mm/
Dmmu_decl.h135 bool dryrun);
/Linux-v5.10/Documentation/RCU/
Dtorture.rst180 the sixteen kernels). The "--dryrun sched" argument will not run tests,