Searched refs:tmi_bits (Results 1 – 1 of 1) sorted by relevance
40 uint_t *tmi_bits; member52 if (tmid.tmi_bits == 0) { in tls_getmodid()53 if ((tmid.tmi_bits = in tls_getmodid()56 tmid.tmi_bits[0] = 1; in tls_getmodid()69 if ((tmid.tmi_bits[cnt] ^ ~((uint_t)0)) == 0) in tls_getmodid()73 if ((tmid.tmi_bits[cnt] & bits) == 0) { in tls_getmodid()74 tmid.tmi_bits[cnt] |= bits; in tls_getmodid()85 if ((tmid.tmi_bits = realloc(tmid.tmi_bits, in tls_getmodid()93 bzero(&(tmid.tmi_bits[tmid.tmi_cnt]), TLSBLOCKCNT * sizeof (uint_t)); in tls_getmodid()94 tmid.tmi_bits[tmid.tmi_cnt] = 1; in tls_getmodid()[all …]