Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/lvm2/dist/lib/metadata/
Dlv_manip.c996 uint32_t max_parallel; /* Maximum extents to allocate */ in _find_parallel_space() local
1036 max_parallel = needed; in _find_parallel_space()
1048 … if (max_parallel > (spvs->le + spvs->len) * ah->area_multiple) in _find_parallel_space()
1049max_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()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog.dataflow959 * regclass.c (max_parallel, max_set_parallel): Remove.
964 * rtl.h (max_parallel): Remove.
DChangeLog-200131234 (reg_scan): Take it into account in computation of max_parallel.