Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/rcutorture/bin/
Dkvm-again.sh54 dryrun=
75 --dryrun)
76 dryrun=1
178 if test -n "$dryrun"
Dkvm.sh27 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
Dkvm-remote.sh85 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/
De500.c165 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/
Dfdt.c114 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/
Dbuiltin.h32 bool dryrun; member
/linux-6.1.9/arch/powerpc/mm/
Dmmu_decl.h116 bool dryrun, bool init);
/linux-6.1.9/tools/objtool/
Dbuiltin-check.c82 OPT_BOOLEAN(0, "dry-run", &opts.dryrun, "don't write modifications"),
Delf.c1293 if (opts.dryrun) in elf_write()
/linux-6.1.9/Documentation/RCU/
Dtorture.rst180 the sixteen kernels). The "--dryrun sched" argument will not run tests,