Lines Matching refs:tmi_bits
37 #define TLSBLOCKCNT 16 /* number of blocks of tmi_bits to allocate */
40 uint_t *tmi_bits;
52 if (tmid.tmi_bits == 0) {
53 if ((tmid.tmi_bits =
56 tmid.tmi_bits[0] = 1;
69 if ((tmid.tmi_bits[cnt] ^ ~((uint_t)0)) == 0)
73 if ((tmid.tmi_bits[cnt] & bits) == 0) {
74 tmid.tmi_bits[cnt] |= bits;
85 if ((tmid.tmi_bits = realloc(tmid.tmi_bits,
93 bzero(&(tmid.tmi_bits[tmid.tmi_cnt]), TLSBLOCKCNT * sizeof (uint_t));
94 tmid.tmi_bits[tmid.tmi_cnt] = 1;
112 tmid.tmi_bits[i] &= j;