Searched defs:pt_maxdelta (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dptms_conf.c51 * After the table slot size reaches pt_maxdelta, we stop 2^N extension
52 * algorithm and start extending the slot table size by pt_maxdelta.
162 * pt_maxdelta: Maximum extension chunk of the slot table.
201 uint_t pt_maxdelta = PTY_MAXDELTA; /* Max increment for slot table size */ variable
566 minor_t delta = MIN(pt_maxdelta, old_size);

Completed in 57 milliseconds