Searched refs:dryrun (Results 1 – 7 of 7) sorted by relevance
/linux/tools/testing/selftests/rcutorture/bin/ |
A D | kvm-again.sh | 54 dryrun= 75 --dryrun) 76 dryrun=1 178 if test -n "$dryrun"
|
A D | kvm.sh | 27 dryrun="" 140 --dryrun) 141 checkarg --dryrun "batches|sched|script" $# "$2" 'batches\|scenarios\|sched\|script' '^--' 142 dryrun=$2 254 if test -n "$dryrun" || test -z "$TORTURE_INITRD" || tools/testing/selftests/rcutorture/bin/mkinitr… 610 if test "$dryrun" = script 614 elif test "$dryrun" = sched 626 elif test "$dryrun" = batches 630 elif test "$dryrun" = scenarios
|
A 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/arch/powerpc/mm/nohash/ |
A D | fsl_book3e.c | 171 bool dryrun, bool init) in map_mem_in_cams_addr() argument 188 if (!dryrun) in map_mem_in_cams_addr() 201 if (!dryrun) in map_mem_in_cams_addr() 210 if (dryrun) in map_mem_in_cams_addr() 230 unsigned long map_mem_in_cams(unsigned long ram, int max_cam_idx, bool dryrun, bool init) in map_mem_in_cams() argument 235 return map_mem_in_cams_addr(phys, virt, ram, max_cam_idx, dryrun, init); in map_mem_in_cams()
|
/linux/drivers/of/ |
A D | fdt.c | 113 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/arch/powerpc/mm/ |
A D | mmu_decl.h | 129 bool dryrun, bool init);
|
/linux/Documentation/RCU/ |
A D | torture.rst | 180 the sixteen kernels). The "--dryrun sched" argument will not run tests,
|
Completed in 13 milliseconds