Searched refs:step_idx (Results 1 – 1 of 1) sorted by relevance
1521 uint32_t step_idx = (i * 2) + KHEAP_EXTRA_ZONES; in kalloc_type_create_zones_var() local1522 kheap_zsize[step_idx] = kheap_zsize[step_idx - 1] + step; in kalloc_type_create_zones_var()1523 kheap_zsize[step_idx + 1] = kheap_zsize[step_idx] + step; in kalloc_type_create_zones_var()