Searched refs:tmid (Results 1 – 2 of 2) sorted by relevance
45 static Tlsmodid tmid = {0, 0, 0}; variable52 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()57 tmid.tmi_lowfree = 1; in tls_getmodid()58 tmid.tmi_cnt = TLSBLOCKCNT; in tls_getmodid()62 for (cnt = tmid.tmi_lowfree / (sizeof (uint_t) * 8); in tls_getmodid()63 cnt < tmid.tmi_cnt; cnt++) { 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()[all …]
4429 timeout_id_t tmid = 0; in vdc_process_msg_thread() local4480 if (ctimeout != 0 && tmid == 0) { in vdc_process_msg_thread()4481 tmid = timeout(vdc_connection_timeout, vdcp, in vdc_process_msg_thread()4493 ASSERT(tmid != 0); in vdc_process_msg_thread()4494 tmid = 0; in vdc_process_msg_thread()4639 if (tmid != 0) { in vdc_process_msg_thread()4640 (void) untimeout(tmid); in vdc_process_msg_thread()4641 tmid = 0; in vdc_process_msg_thread()4714 if (tmid != 0) { in vdc_process_msg_thread()4715 (void) untimeout(tmid); in vdc_process_msg_thread()[all …]