Home
last modified time | relevance | path

Searched refs:tsd_max (Results 1 – 1 of 1) sorted by relevance

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