Home
last modified time | relevance | path

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

/dflybsd-src/contrib/lvm2/dist/lib/metadata/
H A 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()
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()