Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/rcutorture/bin/
A Dkvm.sh26 dryrun=""
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/mkinitr…
618 if test "$dryrun" = script
622 elif test "$dryrun" = sched
634 elif test "$dryrun" = batches
638 elif test "$dryrun" = scenarios
A Dkvm-again.sh54 dryrun=
103 --dryrun)
104 dryrun=1
215 if test -n "$dryrun"
A Dkvm-remote.sh84 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-6.3-rc2/arch/powerpc/mm/nohash/
A 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.3-rc2/drivers/of/
A Dfdt.c113 bool dryrun) in populate_properties() argument
143 if (dryrun) in populate_properties()
192 if (!dryrun) { in populate_properties()
210 bool dryrun) in populate_node() argument
226 if (!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 && nodepp && !*nodepp) in unflatten_dt_nodes()
330 if (!dryrun && !root) in unflatten_dt_nodes()
[all …]
/linux-6.3-rc2/tools/objtool/include/objtool/
A Dbuiltin.h33 bool dryrun; member
/linux-6.3-rc2/arch/powerpc/mm/
A Dmmu_decl.h116 bool dryrun, bool init);
/linux-6.3-rc2/tools/objtool/
A Dbuiltin-check.c89 OPT_BOOLEAN(0, "dry-run", &opts.dryrun, "don't write modifications"),
A Delf.c1396 if (opts.dryrun) in elf_write()
/linux-6.3-rc2/Documentation/RCU/
A Dtorture.rst180 the sixteen kernels). The "--dryrun sched" argument will not run tests,
364 The kvm.sh ``--dryrun scenarios`` argument is useful for working out

Completed in 20 milliseconds