Searched refs:cur_order (Results 1 – 2 of 2) sorted by relevance
138 int cur_order; in mlx4_alloc_icm() local158 cur_order = get_order(MLX4_ICM_ALLOC_SIZE); in mlx4_alloc_icm()180 while (1 << cur_order > npages) in mlx4_alloc_icm()181 --cur_order; in mlx4_alloc_icm()184 if (cur_order) in mlx4_alloc_icm()190 cur_order, mask); in mlx4_alloc_icm()193 cur_order, mask, in mlx4_alloc_icm()197 if (--cur_order < 0) in mlx4_alloc_icm()219 npages -= 1 << cur_order; in mlx4_alloc_icm()
142 int cur_order; in mthca_alloc_icm() local155 cur_order = get_order(MTHCA_ICM_ALLOC_SIZE); in mthca_alloc_icm()170 while (1 << cur_order > npages) in mthca_alloc_icm()171 --cur_order; in mthca_alloc_icm()176 cur_order, gfp_mask); in mthca_alloc_icm()179 cur_order, gfp_mask); in mthca_alloc_icm()198 npages -= 1 << cur_order; in mthca_alloc_icm()200 --cur_order; in mthca_alloc_icm()201 if (cur_order < 0) in mthca_alloc_icm()