Home
last modified time | relevance | path

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

/system/extras/puncture_fs/
Dpuncture_fs.c144 u64 ending_max = increments; in puncture_fs() local
161 while (ending_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()
182 ending_max += increments; in puncture_fs()
185 (ending_max - increments - starting_max), in puncture_fs()