/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm.sh | 26 dryrun="" 71 echo " --dryrun batches|scenarios|sched|script" 143 --dryrun) 144 checkarg --dryrun "batches|sched|script" $# "$2" 'batches\|scenarios\|sched\|script' '^--' 145 dryrun=$2 262 if test -n "$dryrun" || test -z "$TORTURE_INITRD" || tools/testing/selftests/rcutorture/bin/mkinitrd.sh 618 if test "$dryrun" = script 622 elif test "$dryrun" = sched 634 elif test "$dryrun" = batches 638 elif test "$dryrun" [all...] |
H A D | kvm-again.sh | 54 dryrun= 69 echo " --dryrun" 103 --dryrun) 104 dryrun=1 215 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
|
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm.sh | 24 dryrun="" 60 echo " --dryrun sched|script" 125 --dryrun) 126 checkarg --dryrun "sched|script" $# "$2" 'sched\|script' '^--' 127 dryrun=$2 514 if test "$dryrun" = script 518 elif test "$dryrun" = sched 526 # Not a dryrun, so run the script.
|
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
H A D | e500.c | 165 bool dryrun, bool init) in map_mem_in_cams_addr() 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() 163 map_mem_in_cams_addr(phys_addr_t phys, unsigned long virt, unsigned long ram, int max_cam_idx, bool dryrun, bool init) map_mem_in_cams_addr() argument
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | fdt.c | 112 bool dryrun) in populate_properties() 142 if (dryrun) in populate_properties() 191 if (!dryrun) { in populate_properties() 204 if (!dryrun) in populate_properties() 213 bool dryrun) in populate_node() 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() 107 populate_properties(const void *blob, int offset, void **mem, struct device_node *np, const char *nodename, bool dryrun) populate_properties() argument 208 populate_node(const void *blob, int offset, void **mem, struct device_node *dad, struct device_node **pnp, bool dryrun) populate_node() argument [all...] |
/kernel/linux/linux-6.6/drivers/of/ |
H A D | fdt.c | 113 bool dryrun) in populate_properties() 143 if (dryrun) in populate_properties() 192 if (!dryrun) { in populate_properties() 210 bool dryrun) in populate_node() 226 if (!dryrun) { in populate_node() 240 populate_properties(blob, offset, mem, np, pathp, dryrun); in populate_node() 241 if (!dryrun) { in populate_node() 294 bool dryrun = !base; in unflatten_dt_nodes() local 324 &nps[depth+1], dryrun); in unflatten_dt_nodes() 328 if (!dryrun in unflatten_dt_nodes() 108 populate_properties(const void *blob, int offset, void **mem, struct device_node *np, const char *nodename, bool dryrun) populate_properties() argument 205 populate_node(const void *blob, int offset, void **mem, struct device_node *dad, struct device_node **pnp, bool dryrun) populate_node() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
H A D | fsl_booke.c | 168 bool dryrun) in map_mem_in_cams_addr() 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() 166 map_mem_in_cams_addr(phys_addr_t phys, unsigned long virt, unsigned long ram, int max_cam_idx, bool dryrun) map_mem_in_cams_addr() argument
|
/kernel/linux/linux-6.6/tools/objtool/include/objtool/ |
H A D | builtin.h | 33 bool dryrun; member
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | mmu_decl.h | 135 bool dryrun);
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | mmu_decl.h | 117 bool dryrun, bool init);
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | builtin-check.c | 89 OPT_BOOLEAN(0, "dry-run", &opts.dryrun, "don't write modifications"),
|
H A D | elf.c | 1302 if (opts.dryrun) in elf_write()
|