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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c37 #define LUT_SIZE_INCR 100 macro
63 new = mdb_zalloc((lddp->ld_arraysz + LUT_SIZE_INCR) * LCPSZ, UM_SLEEP);
67 lddp->ld_arraysz += LUT_SIZE_INCR;

Completed in 57 milliseconds