Searched refs:alloc_part_count (Results 1 – 1 of 1) sorted by relevance
71 int alloc_part_count = 2; in _register_blk_part_device() local91 part_table = rt_malloc(sizeof(struct rt_partition) * alloc_part_count); in _register_blk_part_device()126 if (part_count >= alloc_part_count) in _register_blk_part_device()132 alloc_part_count *= 2; in _register_blk_part_device()134 … new_part_table = rt_realloc(part_table, alloc_part_count * sizeof(struct rt_partition)); in _register_blk_part_device()
Completed in 5 milliseconds