Home
last modified time | relevance | path

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

/system/extras/puncture_fs/
Dpuncture_fs.c142 u64 hole_max; in puncture_fs() local
164 hole_max = get_random_num(starting_max, ending_max); in puncture_fs()
167 hole_max = get_random_num(starting_max, ending_max); in puncture_fs()
168 } while (hole_max == starting_max); in puncture_fs()
171 hole_max - starting_max, in puncture_fs()
181 starting_max = hole_max + hole_size; in puncture_fs()