Searched refs:dryrun (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/tools/testing/selftests/rcutorture/bin/ |
D | kvm-again.sh | 54 dryrun= 75 --dryrun) 76 dryrun=1 178 if test -n "$dryrun"
|
D | kvm.sh | 27 dryrun="" 144 --dryrun) 145 checkarg --dryrun "batches|sched|script" $# "$2" 'batches\|scenarios\|sched\|script' '^--' 146 dryrun=$2 263 if test -n "$dryrun" || test -z "$TORTURE_INITRD" || tools/testing/selftests/rcutorture/bin/mkinitr… 619 if test "$dryrun" = script 623 elif test "$dryrun" = sched 635 elif test "$dryrun" = batches 639 elif test "$dryrun" = scenarios
|
D | kvm-remote.sh | 85 kvm-again.sh $oldrun --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1 103 kvm-again.sh "$oldrun" "$@" --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1
|
/linux-6.1.9/arch/powerpc/mm/nohash/ |
D | e500.c | 165 bool dryrun, bool init) in map_mem_in_cams_addr() argument 182 if (!dryrun) in map_mem_in_cams_addr() 195 if (!dryrun) in map_mem_in_cams_addr() 204 if (dryrun) in map_mem_in_cams_addr() 224 unsigned long map_mem_in_cams(unsigned long ram, int max_cam_idx, bool dryrun, bool init) in map_mem_in_cams() argument 229 return map_mem_in_cams_addr(phys, virt, ram, max_cam_idx, dryrun, init); in map_mem_in_cams()
|
/linux-6.1.9/drivers/of/ |
D | fdt.c | 114 bool dryrun) in populate_properties() argument 144 if (dryrun) in populate_properties() 193 if (!dryrun) { in populate_properties() 211 bool dryrun) in populate_node() argument 227 if (!dryrun) { in populate_node() 241 populate_properties(blob, offset, mem, np, pathp, dryrun); in populate_node() 242 if (!dryrun) { in populate_node() 295 bool dryrun = !base; in unflatten_dt_nodes() local 325 &nps[depth+1], dryrun); in unflatten_dt_nodes() 329 if (!dryrun && nodepp && !*nodepp) in unflatten_dt_nodes() [all …]
|
/linux-6.1.9/tools/objtool/include/objtool/ |
D | builtin.h | 32 bool dryrun; member
|
/linux-6.1.9/arch/powerpc/mm/ |
D | mmu_decl.h | 116 bool dryrun, bool init);
|
/linux-6.1.9/tools/objtool/ |
D | builtin-check.c | 82 OPT_BOOLEAN(0, "dry-run", &opts.dryrun, "don't write modifications"),
|
D | elf.c | 1293 if (opts.dryrun) in elf_write()
|
/linux-6.1.9/Documentation/RCU/ |
D | torture.rst | 180 the sixteen kernels). The "--dryrun sched" argument will not run tests,
|