Searched refs:dryrun (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 24 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/ |
D | fdt.c | 112 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/ |
D | fsl_booke.c | 168 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/ |
D | mmu_decl.h | 135 bool dryrun);
|
/Linux-v5.10/Documentation/RCU/ |
D | torture.rst | 180 the sixteen kernels). The "--dryrun sched" argument will not run tests,
|