Searched refs:dryrun (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/ |
| H A D | run_kselftest.sh | 46 dryrun="" 68 dryrun="echo" 120 ($dryrun cd "$collection" && $dryrun run_many $tests)
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm.sh | 26 dryrun="" 156 --dryrun) 157 checkarg --dryrun "batches|sched|script" $# "$2" 'batches\|scenarios\|sched\|script' '^--' 158 dryrun=$2 278 if test -n "$dryrun" || test -z "$TORTURE_INITRD" || tools/testing/selftests/rcutorture/bin/mkinitr… 624 if test "$dryrun" = script 628 elif test "$dryrun" = sched 640 elif test "$dryrun" = batches 644 elif test "$dryrun" = scenarios
|
| H A D | kvm-again.sh | 54 dryrun= 103 --dryrun) 104 dryrun=1 239 if test -n "$dryrun"
|
| H A D | kvm-remote.sh | 84 kvm-again.sh $oldrun --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1 102 kvm-again.sh "$oldrun" "$@" --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1
|
| /linux/arch/powerpc/mm/nohash/ |
| H A 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/drivers/of/ |
| H A D | fdt.c | 99 bool dryrun) in populate_properties() argument 129 if (dryrun) in populate_properties() 178 if (!dryrun) { in populate_properties() 196 bool dryrun) in populate_node() argument 212 if (!dryrun) { in populate_node() 226 populate_properties(blob, offset, mem, np, pathp, dryrun); in populate_node() 227 if (!dryrun) { in populate_node() 280 bool dryrun = !base; in unflatten_dt_nodes() local 310 &nps[depth+1], dryrun); in unflatten_dt_nodes() 314 if (!dryrun && nodepp && !*nodepp) in unflatten_dt_nodes() [all …]
|
| /linux/tools/objtool/ |
| H A D | builtin-check.c | 99 OPT_BOOLEAN(0, "dry-run", &opts.dryrun, "don't write modifications"), 326 if (!opts.dryrun && opts.output) { in objtool_run() 348 if (!opts.dryrun && file->elf->changed && elf_write(file->elf))
|
| H A D | check.c | 995 if (!opts.dryrun) in create_sym_checksum_section()
|
| /linux/tools/objtool/include/objtool/ |
| H A D | builtin.h | 37 bool dryrun; 33 bool dryrun; global() member
|
| /linux/arch/powerpc/mm/ |
| H A D | mmu_decl.h | 117 bool dryrun, bool init);
|
| /linux/Documentation/translations/it_IT/RCU/ |
| H A D | torture.rst | 174 kernel). L'argomento "--dryrun sched" non eseguirà verifiche, piuttosto vi 357 L'argomento di kvm.sh ``--dryrun scenarios`` può essere utile per scoprire
|