Lines Matching refs:m_clink
101 mp->m_flink, mp->m_blink, mp->m_clink, mp->m_plink,
144 is_tagged_core(mp->m_clink) == 0)
152 return mp->m_flag & MTAGGED && is_tagged_core(mp->m_clink);
164 mp->m_plink->m_clink != current_thread.t_head;
176 if (mp->m_clink)
177 return mp->m_clink;
299 (retval = thread_recursion_flist(mp->m_clink, fn, args)) != 0)
317 (retval = thread_recursion_flist(mp->m_clink, fn, args)) != 0)
351 if (mp->m_clink)
352 (void)reindex_core(mp->m_clink);
406 if (mp->m_clink)
407 redepth_core(mp->m_clink, depth + 1, mp);
459 FIX_LINK(nmessage[i].m_clink);
533 message[i].m_clink = NULL;
626 if (mp->m_plink->m_clink == current_thread.t_head)
692 mp->m_clink = NULL;
696 marray[i]->m_clink = NULL;
795 current_thread.t_head->m_plink->m_clink = marray[0].mp;
806 assert(marray[beg].mp->m_clink == NULL);
808 marray[beg].mp->m_clink = marray[beg + 1].mp;
841 marray[i].mp->m_clink = NULL;
880 if (parent->m_clink == NULL) { /* parent has no child */
881 parent->m_clink = child;
886 for (t = parent->m_clink; t && t->m_flink; t = t->m_flink)
974 marray[0].mp->m_clink = NULL;
978 marray[i].mp->m_clink = NULL;
1030 parent->m_clink = current_thread.t_head;
1236 (child = mp->m_clink) == NULL)
1293 thread_start->m_plink->m_clink = lastmp;