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

/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c68 int tsd_max; /* Number of pointers allocated */ member in struct:mftsd
91 if (tsdp->tsd_count >= (tsdp->tsd_max - 1)) {
93 new_max = (tsdp->tsd_max == 0) ? 16 : 2 * tsdp->tsd_max;
101 tsdp->tsd_max = new_max;

Completed in 43 milliseconds