Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/rcutorture/bin/
Dkvm.sh37 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/
Dfsl_booke_mmu.c175 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()
Dmmu_decl.h134 bool dryrun);
/Linux-v4.19/drivers/of/
Dfdt.c184 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 …]