Searched refs:ntls (Results 1 – 3 of 3) sorted by relevance
44 void *ntls; variable52 ntls = _lwp_getprivate(); in swapfunc()53 printf("after swapcontext TLS pointer = %p\n", ntls); in swapfunc()56 ATF_REQUIRE_EQ(ntls, &val1); in swapfunc()59 ATF_REQUIRE_EQ(ntls, &val2); in swapfunc()
1961 struct ktls_session *tls, *ntls; in tcp_m_copym() local2013 ntls = m->m_epg_tls; in tcp_m_copym()2015 ntls = NULL; in tcp_m_copym()2022 if (tls != ntls) { in tcp_m_copym()
18012 struct ktls_session *tls, *ntls; in rack_fo_base_copym() local18046 ntls = m->m_epg_tls; in rack_fo_base_copym()18048 ntls = NULL; in rack_fo_base_copym()18055 if (tls != ntls) { in rack_fo_base_copym()