Searched refs:_max_hsps (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_svm_util.c49 static int _max_hsps = 1000; /* # of HSPs (arbitrary limit) */ variable
207 (boolean_t *)calloc(_max_hsps, sizeof (boolean_t))) == NULL) {
335 if (number > _max_hsps) {
339 2 * _max_hsps * sizeof (boolean_t));
342 _max_hsps *= 2;
1477 for (next = 0; next < _max_hsps; ++next) {
1483 if (next == _max_hsps) {

Completed in 60 milliseconds