Home
last modified time | relevance | path

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

/system/extras/puncture_fs/
Dpuncture_fs.c143 u64 starting_max = 0; in puncture_fs() local
163 (int) (100.0 * starting_max / total_size)); in puncture_fs()
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()
185 (ending_max - increments - starting_max), in puncture_fs()