Searched refs:dt_maxagg (Results 1 – 2 of 2) sorted by relevance
329 while (id >= (max = dtp->dt_maxagg) || dtp->dt_aggdesc == NULL) {346 dtp->dt_maxagg = new_max;437 if (aggid >= dtp->dt_maxagg || dtp->dt_aggdesc[aggid] == NULL) {442 assert(aggid < dtp->dt_maxagg);454 assert((dtp->dt_aggdesc != NULL && dtp->dt_maxagg != 0) ||455 (dtp->dt_aggdesc == NULL && dtp->dt_maxagg == 0));460 for (i = 0; i < dtp->dt_maxagg; i++) {467 dtp->dt_maxagg = 0;
280 size_t dt_maxagg; /* max aggregation ID */ member