Searched refs:max_parallel (Results 1 – 3 of 3) sorted by relevance
996 uint32_t max_parallel; /* Maximum extents to allocate */ in _find_parallel_space() local1036 max_parallel = needed; in _find_parallel_space()1048 … if (max_parallel > (spvs->le + spvs->len) * ah->area_multiple) in _find_parallel_space()1049 … max_parallel = (spvs->le + spvs->len) * ah->area_multiple; in _find_parallel_space()1106 max_parallel - *allocated && in _find_parallel_space()1157 (max_parallel - *allocated) / ah->area_multiple); in _find_parallel_space()1175 if (!_alloc_parallel_area(ah, max_parallel, areas, allocated, in _find_parallel_space()
959 * regclass.c (max_parallel, max_set_parallel): Remove.964 * rtl.h (max_parallel): Remove.
31234 (reg_scan): Take it into account in computation of max_parallel.