Searched refs:dryrun (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 37 dryrun="" 117 --dryrun) 118 checkarg --dryrun "sched|script" $# "$2" 'sched\|script' '^--' 119 dryrun=$2 455 if test "$dryrun" = script 459 elif test "$dryrun" = sched
|
/Linux-v4.19/arch/powerpc/mm/ |
D | fsl_booke_mmu.c | 175 bool dryrun) in map_mem_in_cams_addr() argument 185 if (!dryrun) in map_mem_in_cams_addr() 195 if (dryrun) in map_mem_in_cams_addr() 210 unsigned long map_mem_in_cams(unsigned long ram, int max_cam_idx, bool dryrun) in map_mem_in_cams() argument 215 return map_mem_in_cams_addr(phys, virt, ram, max_cam_idx, dryrun); in map_mem_in_cams()
|
D | mmu_decl.h | 134 bool dryrun);
|
/Linux-v4.19/drivers/of/ |
D | fdt.c | 184 bool dryrun) in populate_properties() argument 214 if (dryrun) in populate_properties() 263 if (!dryrun) { in populate_properties() 276 if (!dryrun) in populate_properties() 285 bool dryrun) in populate_node() argument 301 if (!dryrun) { in populate_node() 315 populate_properties(blob, offset, mem, np, pathp, dryrun); in populate_node() 316 if (!dryrun) { in populate_node() 373 bool dryrun = !base; in unflatten_dt_nodes() local 402 &nps[depth+1], dryrun)) in unflatten_dt_nodes() [all …]
|